Hi,
How can I convert the below dictionary-
Discussion posts and replies are publicly visible
Hi Vivek
Please try the below code which is closer to your output.
a!localVariables( local!data:{ {name:"Vivek", place:"XYZ"}} ,local!final:substitute(insertkeyval("name",local!data["name"],"\","\"),"=","\:\"),local!final2:substitute(insertkeyval("place",local!data["place"],"\","\"),"=","\:\"),local!data2:concat(local!final,",",local!final2),local!data2
)
sample output "\name\:\Vivek\,\place\:\XYZ\"