Unanswered question

How to handle dynamically changing JSON request based on loop we run in previous transaction?

My JSON request is like
ABC=[{xyz},
{xyz},
{xyz},.....n
]

I want to pass this based on previous transaction loop count. ex: if am running previous container twice, two set of {XYZ} should go in my request. if am looping trice, then three times it should have {XYX}.

Please suggest

Ashok K.
Ashok K.

Ashok K.

Level
0
2 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

I guess you need to use a Javascript that will format your request based on the loop count and this is prior to execute your requests.