sagar....@flowian.com
unread,May 29, 2015, 10:16:08 AM5/29/15Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to suppor...@runmyprocess.com
Hi Team,
I am computing a json in process i/p variable with the help of following code
<@script env="javascript">
// Here I am computing one JSON object.
// Then I want to set that object to a process variable by using
// "setVariable("var", value)" function
</@script>
But since the "setVariable("var", value)" function only takes string value, I can't use this function directly.
I also tried to do by converting the JSON object to string using JSON.stringify() function, after converting into the string it works but in computed variable my process variable shows the value as empty.
Please suggest if you know how can I solve above problem.
Regards,
Sagar