Array aggregator processes Airtable Data as individual arrays

What are you trying to achieve?

I am setting up a blogging system. I am using Airtable as a database and posting to wordpress. I want to program the wordpress post categories from some data from airtable. For instance, my blogpost in airtable has 7 categories associated to it. Each of these categories is a record in airtable. So in Make, I am searching for these records in the Airtable module to get the records name (categories).

It’s outputting them all as individual arrays (operations). I have an array aggregator directly after the airtable module. I want to aggregate all of the name fields from airtable into a single array. But instead, the aggregator is making an array per name field. I notice it’s not waiting for airtable to be finished with all the records it’s pulling names for. It’s processing them as soon as they come. Is there a way to prevent this from happening?

Steps taken so far

I’ve been chatting with chat GPT about it for a while but I couldn’t get a straight solution.

Screenshots: scenario setup, module configuration, errors




OK I’ve solved it, I took some time to educate myself a bit and watched this really nice video about mapping which was helpful https://www.youtube.com/watch?v=iA3R-D7N0Xw&t=692s

1 Like

Hey @Alexandre_Beaudin,
Yes, I think your category iterator module affected it. Then, it’s combined using Aggregator.
But before that, it just ran 7 times due to categories Iterator.

If this is not it, please add the solution and mark this topic as complete. :white_check_mark: