Have dynamic generated post request for student pass every time send post method and want to use this dynamic_value in another request as an input. How to use this ?
{ "study pass":"dynamic_value"}
Used below but not storing that dynamic value in variable.
var Json=JSON.parse(responsebody); postman.setEnviormentVariable("study pass",jsonData.study_pass);
output (dynamic_value) from Request 1 > need to be used as input for Request 2