Hi All,
I have string containing items, such as ["var1","var2"] and there might be more than two items, I want to extract these values without double quotation marks " and square brackets [ ] , the result should be like var1,var2
are there any functions that could help me achieve this?
Discussion posts and replies are publicly visible
stripwith(ri!input, "[]""")
https://docs.appian.com/suite/help/23.4/fnc_text_stripwith.html