how can i get the image from airtable attachment
airtable_image.aia (1.8 KB)
You can not get attachment like this,
One way is to upload images in cloudinary, or google drive and save url links to an airtable column then when you get data from airtable set image to url
Another way is to get all rows and then use dictionary blocks to get url
Try this using [Free] Json To Dictionary Extension
airtable_image_1.aia (7.5 KB)
i thought that this would be impossible , but @dora_paz did it , thank you very much
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.