I am looping over a json array. each step does some api calls and changes the item inside the json.
I am looping over a json array. each step does some api calls and changes the item inside the json. But somehow the steps are overwriting each other sometimes and I loose progress from previous steps.
I get the json using a step and then create a loop to go over the array inside jte json and for each item I call the step again.
How can I prevent steps from overriding each other
I get the json using a step and then create a loop to go over the array inside jte json and for each item I call the step again.
How can I prevent steps from overriding each other




