How to store a JSON in a variable and use it in the next request body?

@aafreenss Welcome to the Community :partying_face:

This is quite a common question in our forum :blush:

Can you please refer to the below post if this helps: How to loop through array and use its values in a request

So the process goes this way:

  1. Since ID is an array, you should store it in an array
  2. And figuring out a way to iterate the value over the params (it can even be the traditional for loop)
2 Likes