Hi everyone, I want to convert Json value to string value as mentioned bellow in image. Is there any method which can be used to convert Json value.
Hi Rajat,
Take a look at this sample page to see how your screenshot functions.
I used below Javascript here :
$parameters.JsonString = JSON.stringify($parameters.Json);
Thanks @Mayank Dharmpurikar It Worked
Hey Rajat,
please check this URL. It will help for you.
https://www.outsystems.com/forums/discussion/75274/difference-between-json-serialize-and-json-deserialize/
thanks,
Ramesh