For the complete documentation index, see llms.txt. This page is also available as Markdown.

Adding Images from Airtable

You can display images from attachment fields dynamically in your documents.

Example 1: Displaying a single attachment

Add image element

Select the Dynamic Image option (double-click)

The properties pane will open. Select the field name holding the image followed by .url

If you have a repeating list and want to display the first image, just click the (x) and add the field name manually with the following syntax [Image].0.url

Example 2: Displaying multiple images

Repeat the element for each attachment by selecting the element and opening the Logic Editor

Switch to the Repeat/Loop tab, select the name of the attachment field in the Field List dropdown then Save

Add an Image Element to the repeating element

Select the Dynamic Image option (double-click)

The properties pane will open. Select the url option

To reduce the size of the final document, we suggest you use the thumbnails.large.url option

Last updated

Was this helpful?