Hello Team,
I would like to know about a capability. Explaining below:
Lets assume i have a json object :
{“country”: “US”,
“event”: “CREATED”,
“OrderNumber”: “1125”
}
From the above JSON, i would like to pass the OrderNumber to REST GET snap.
The RE...