Extracting data to use from an array

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.

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?

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.