sarah_l
September 25, 2024, 11:00am
1
I cannot figure out how to extract data from an array.
See the API response below. I need to be able to use the values and the field names in future functions but I cannot.
I have done the iterator and the set multiple variables
But all again I can select is one value, not any value from that array that I need.
See photo attached
I am very stuck!
Hey Sarah,
you iterate on the array it self and it will produce a new bundle for each item inside, you can then process them one by one.
sarah_l
September 25, 2024, 10:09pm
3
Sorry, I should have shared this screenshot
As you can see, I am unable to select any of the items in the array, just one item which changes every time I run it?
sarah_l
September 29, 2024, 9:36am
4
Just a bump, can you please show me any examples I could use to do what you suggested? how is it integrated different to how we have done it already?
Yes, you can only see the first bundle there, the rest will be iterated upon when you execute it. This is how its visualized, imagine if it were to show all items in an array with say 1000 items in it, you wouldn’t be able to find anything.
You can read more about mapping array items here .