I’m trying to modify my output structure in the screenshot to this one below (I want to create new rows in a Google spreadsheet that is generated from a template using a webhook / button in Airtable )
Bundle 1
recSaJPhLTTvWkL0n
CL832
Madame n°7
Bundle 2
recQRjsqC0cYKRJ9P
CL832
Le Monsieur 2
Bundle 3
recIp3E9zjywJLHQu
CL463
Diomme
How can I achieve this (knowing that the number of items in my array can change ? Also I just need to collect the data in the 3 arrays that are expanded.
Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module and select “Download output bundles”.
A.
Save the bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.
Hey there @paul2 you can get your output for webhook into an array aggregator and map the 3 fields you want into aggregated fields
This will create an array with elements each containing the three required fields
Then you can use an iterator on array aggregator and map the artay you get from aggregator there
This will make the bundles as you specified
Cheers!