I have a value in local variable of ["12hg"] i need a output of "12hg" and this value is in the json message . Could anyone please help me on this and thanks for advance
Discussion posts and replies are publicly visible
Try this
a!localVariables( local!text: "[""12hg""]", stripwith( local!text,"["" ""]") )