Forum Discussion

rymliam's avatar
rymliam
New Contributor
3 years ago

Store values from all responses in Data Source Loop

I have a Data Source Loop working, within which I have a POST request that creates an object on each loop iteration with different data from the Data Source. But I need to capture one parameter in the JSON returned by each POST. The closest I was able to achieve was using Transfer To -> Property but all this did was capture the value from the last iteration, each iteration just overwrote the previous. I need some kind of array to store all these values in for use in the next test step, but I can't figure out how.

5 Replies