Hi,
I need to pass Json String in Http activity Body section for raw data.
However, I’m not able to convert String into Json format.
I tried to use the expression : Newtonsoft.Json.JsonConvert.SerializeObject(String)
to convert String into Json format, But it’s giving error as “Please provide valid json input”.