Hi all, I have an API connection that when run alone returns 21 records (groupedbyKey)
When I then link this to Airtable to save this output only 1 record is saved. I have tried using an iterator but with the same result.
Any help appreciated
Hi all, I have an API connection that when run alone returns 21 records (groupedbyKey)
When I then link this to Airtable to save this output only 1 record is saved. I have tried using an iterator but with the same result.
Any help appreciated
Hi,
The “children” key below your “groupByKey” is an array—did you map it that way in the iterator module?
Have a nice day!
Thank you for your response - when I map the children key to the iterator as follows:
I get the first record repeated 21 times in airtable
Is your Airtable module mapped with data from the Iterator module?