# 添付ファイル、画像、Airtableリレーションシップフィールドとの連携

添付ファイル、画像、およびリレーションシップフィールドに関して、Airtableデータベースを使用する場合とAdaloデータベースを使用する場合とではいくつかの違いがあります。

Airtableでは、フィールドには複数の添付ファイル、画像、またはリレーションシップを持たせることができます。AirtableデータベースをAdaloに接続する際、最初の添付ファイル、画像、またはリレーションシップのみがAdaloに転送されます。Airtableの1つのレコード内で1つのプロパティに複数の画像/添付ファイルがある場合、これらはAdaloに転送するために別々の列にする必要があります。

Airtableから画像に関する詳細情報については、[*画像の表示*](https://help.adalo.com/integrations/external-collections-with-apis/airtable/displaying-images)のヘルプドキュメントを参照してください。Airtableリレーションシップに関する詳細情報については、[*リレーションシップ＆Airtableコレクション*](https://help.adalo.com/integrations/external-collections-with-apis/airtable/relationships-and-airtable-collections)のヘルプドキュメントを参照してください。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.adalo.com/ja/integrations/airtable/working-with-attachments-images-and-airtable-relationship-fields.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
