I just need to be able to map this array data

I have this data returned from a get request
image

There are 5 collections in the stages array, I need to be able to map all 5 ID’s from these collections into a PUT request at the end of the scenario, but I can not figure out how to make all of them mappable,
The outputs look good but they are not all mappable in the PUT request
I only get the first or last

I even had them all successfully added to a data store, but if I search for them all at once it gives only first

I sure there is a simple solution, I just have not been able to find it

if the image length and order never changes you can do this.
And do that for each now you will grab id 1 below and just do that for each one.

image

1 Like

They are always the same, tested and this works great thank you so much!

Great happy that worked for you!