Forum Discussion
pmanchevski
5 years agoNew Contributor II
Hello @arunnp
The provided JSON in the ExecuteApplicationResult field it’s not valid json. The main issue is the double quotes after string “Windows”
You can try to remove it with regex, but that won’t guarantee that this will be working solution in the future.
Try to map it ExecuteApplicationResult to result and pass it like that.
Regards,
Pero Manchevski