API Output shows 21 records but only 1 record saves to Airtable

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?

Thank you - I checked my iterator and found the problem. Is there a way to include data from the iteration along with other collection data int he same airtable row?

In this example I want to add the businessName

but get this error:

Thanks in advance