Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Team,
We have a requirement to convert a JSON to XML programmatically. Can we achieve this through a JS workflow activity with/without any libraries ? Please let me know.
TIA!
Solved! Go to Solution.
Yes, it is possible in JS. You may use this solution: https://stackoverflow.com/questions/48788722/json-to-xml-using-javascript
In Campaign, you can create a JS file having required function and use that in the workflow JS activity via loadLibrary(). Hope this helps!
View solution in original post
Views
Likes
Replies