Adding Images from Airtable
You can display images from attachment fields dynamically in your documents.
Last updated
Was this helpful?
You can display images from attachment fields dynamically in your documents.
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


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?
Was this helpful?