How can I set Id value to environment variable from the response?
I need to save only Id value for Env. variable.
In this example, I need only the 12345 value to save in the env variable.
This is the response:
{
“ResponseCode”: 0,
“Status”: 0,
“Data”: {
“Id”: 12345,
“Name”: “Created_By_Postman”,
“IdlFolder”: “Folder_Name”,
“FlowId”: “654321”,
“Type”: 2
}
}
Thanks!