How to remove escape character \ while using double quote("") in json body in web activity.

Dhruv Singhal 0 Reputation points
2023-03-12T19:07:37.2833333+00:00

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...

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,362 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.