Im trying to figure out how to handle this issue.
POST request, makes a draft as a Json with id xxxx on server.
I need to PUT a JSON file with content to the servere with same id xxxx
The id is created when doing the POST
How can i script this to be able to get the ID and use it in POST request ?
Sorry about bad explanations, im new to Gatling and scripting.