Make - Help with Iterator

Hello,
I need help please for a workflow containing an Array. I have watched hours of tutos and videos concerning iterator but I’m still blocked.

My problem starts with an Output containing an Array :

Inside this array there is two collection containing each an URL.

My Goal is to get those URL and automatically fill a dedicated cell in airtable.

So I set up an iterator like this :

And I get 2 bundles with the right URL, the total number of bundles & the bundle order position.

And now I don’t know how to get those URL in the next airtable Module.

I tried to “set multiple Variable” so I get the URL in different operations :
image

But still in the next module, no way to get those 2 URL :

I am only able to get and send the first on to Airtable.

Please help !

cheers Romain,
You can map both URLs directly into the Airtable module. There is a short text about it in the make doc.
Just map the URL value directly from the 1st module and then add a number 1 or 2 into that variable.

3 Likes

Thanks a lot ! it works perfectly

2 Likes