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