Solved
Forum Discussion
j_angelevski
4 years agoContributor III
Hi @arunnp ,
You can use this expression:
JSON.parse($['s:Body'].ExecuteApplicationResponse.ExecuteApplicationResult.replaceAll('Windows"', "Windows "))
This will parse all the data and transform it into JSON object, but I had to change the “Windows” part because is invalid. I removed the " from ‘Windows"’.
Result: