saimie
6 years agoNew Contributor
Unable to transfer a value from a previous request and use as a TEMPLATE paramater
I have 2 REST requests.
1. POST /details
2. GET /details/{customerId}
In response for POST /details, I receive a customerId. When I attempt to use that customerId in the second call, I am unable to. I do not use a Property Transfer Step. Instead, I use the following syntax using point-and-click functionality ${POST /details#Response#$[‘customerId’]}.
I use this value in the template parameter for call 2 and it does not work as it does not send the value as a whole but instead add random strings such as %customerId%.
Is there a way to solve this rather than to use the property transfer step?