Hello,
I have a problem that I don’t really know how to solve.
I explain the process:
1 - I do a search in Airtable for some tags that come in Array.
2 - I separate this Array with Interator.
3 - I make independent searches of these tags by means of API in Wordpress, since I need the ID of each one of them. To assign it later to the content that I will create.
4 - I already have the answer of the ID.
And here I have the problem. I don’t know how to concatenate these two IDs to return id1,id2.
I’ve tried with text aggregator, with array aggregator, set variables…
But in all cases I get back two operations.
So I can not insert it in a single Post call in Wordpress.
I’m stuck and I’m running out of ideas…
Can you help me?