The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Jun 21, 2020 01:32 AM
Hi Airtable team,
I am trying to upload more than 1 file with Integromat iterator and the logic works but Airtable “kiils” the last action and uploading only 1 file.
How can i use Integromat and arrays to upload multiple files to the same field without deleting the previous ones?
Thanks!
Oct 14, 2020 07:21 AM
Hi,
a) If you want to add multiple files to the current field with existing pictures - you would need to have first Retrieve a Record module and then in the Update a Record module - in the attachment field - change to “map” and in the filed use following formula:
add('image array from Retrieve Record module' ; 'new image url')
b) if you want to add multiple pictures and the field doesn’t have anything there yet. You can just use Update Module and insert array of URL (+name) using an aggregator.
I hope that helps!
Feb 06, 2024 02:02 AM
Oct 09, 2024 03:39 PM
I would check the format of the incoming data and the format of the data that Airtable accepts. There is a difference writing URL into a text field and into and uploading into an attachment field in Airtable.