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
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.