How to remove escape character \ while using double quote("") in json body in web activity.
Dhruv Singhal
0
Reputation points
I am facing issue while making a api call using web activity. I am passing the below body as json. as dynamic content, But I am getting \ addition to the body.
{"watermarkvalue":@{variables('watermark_val')}}
Actual Output:
{"watermarkvalue":@{variables('watermark_val')}}
I have tried replace and concat as well but nothing is working. Please help...
Sign in to answer