Hi,
I’m trying to convert multiple (variable number) of attachments from Records in Airtable using cloud convert. I’m guessing I need to use the Array Aggregator but I’m not sure of the specifics. I have a screen shot of what I have already if that helps.
Cheers
Hi @Jason_Jakarta,
There is an array of multiple attachments, so you would need an iterator to iterate over each item in the attachments array. Then you can map the output of the iterator to the CloudCovert module.
Cheers,
Henk
2 Likes
OK so just iterate through the array in the Airtable module ? How to map this output to Cloud Convert ?
Use the array iterator after the Airtable module and select the Attachments array from the Airtable module to iterate through.
For more info about iterators, check these resources:
https://www.make.com/en/help/modules/iterator
Cheers,
Henk
1 Like