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
Hello alaaa6815 Assuming that this is JSON format. as Mike mentioned you can try using the supported functionality.
alaaa6815 said:["var1","var2"]
Check out this example on how it would work a!fromJson() Function (Example)