I have this data returned from a get request
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