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 :
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 !