Resolved! I am trying to rest API request body as "fieldname" : "RS${env}Test" but the ${env} part is getting ignored while sending. If I try to use html encoding, destination not able to decode it. What is the possible way to send the request body?
I want to pass below job names as an Input request of PUT method of REST message which is in JSON format having “${env}” in the name of Jobs. It is observed after sending the request, “${env}” gets ignored and third party application database gets up...
