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.