Forum Discussion

avraroy's avatar
avraroy
New Contributor
2 years ago

How to handle parameter value like " ${xyz} in rest request body

Hi,
We have a case in our project in which we need to pass a parameter value as ${xyz} in request body of the request like
{
"audit" :"${xyz}"
}
While we are executing this request ReadyAPI changes the audit value to blank where as it should pass audit value as it is. As per my understanding ReadyAPI read this value as variable and thus changing it to blank. Is there any solution for this .

Thanks.