Thanks for the quick reply. Maybe I missed something as I tried using the iterator node but it looks like my output needs to be a bundle for each record returned.
My output is one bundle and 60 collections within the bundle (my image from the original post).
You need to use first “iterator” to extract all records from array. Then the next module will cost 60 operations per each bundle. Hence, to save those operation, put array aggregator and then map the array from aggregator to “create bulk records” module in airtable.
Now you will ask why again convert to array??? Every module has some specific structure to accepts the data, so you need to aggregate the results in that structure.
In array aggregator, after connecting bulk create records module, you might can see that module in “target structure type”. If not, then you will need to create JSON.