I am struggling a bit to make use of a variable created using the Json extractor, I have extracted all the ID's from a response and want to cycle through them individually across the threads.
Thread 1 would use id_1 and thread 2 would use id_2 etc.
I have tried using a ForEach controller but it's cycling through the whole set for each thread.
Test runs like this:
- Generate access token
- Get parameters - Extract the list of ID's here.
- Update parameter - Pass the ID individually here per thread.
Is there a way to achieve this?

