When I use formatjson function, it automatically change "&" to "\u0026" , and "<>" to "\u003c\u003e", how to aviod that?
Can anybody help?
Thanks
Discussion posts and replies are publicly visible
You might be able to use this function a!fromJson( jsonText )https://docs.appian.com/suite/help/22.4/fnc_system_a_fromjson.html
I don't want to converts a JSON string into an Appian value, just want to format json, and make it more readable.