Unanswered question

How to handle dynamic value based on the loop?

Please help me with this.
I have a container and am giving a loop count to iterate it. Is there a way to capture the dynamic value each time based on the loop iteration count and pass it in the next request.

Ex: if am running the loop count for twice, it has to capture the dynamic value two times and pass in the next request with combination of two value retrieved from correlation

Ashok K.
Ashok K.

Ashok K.

Level
0
2 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

A variable extractor is not executed multiple times unless you duplicate it of course but in your case the best would be to extract once and use a Javascript to duplicate that content that will be sent later on.