Concatenate two fields of different operations

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?

Hi @Ramagu ,

You can definitely use the text aggregator.
Based on the screenshots you provided, it looks like the issue might be with the source module for the aggregator. Make sure that the source module is set to the Iterator module as that’s the module outputting bundles.

I hope this helps you solve your issue. Let me know if you have any other questions or if there’s anything else I can do to assist you.

Glenn - Callinetic

5 Likes

Hi, @Ramagu, you could try using the text agregator module and use the comma (,) to join the values.

image

I hope you find it useful.

3 Likes

Now it works!

Thank you very much for your help!

1 Like