Hi, I currently have an array that I want to use in a URL parameter.
The Array output is like this:
{"body":{"id":"0;"},{"id":"1;"},{"id":"2;"}}
If I try and store this in a variable and put it in a URL, it composes fine but when the URL is used in an email, this data is cut off. The end of the URL looks like:
&Qs=[{
Is there a way to remove all of the excess characters from this to just leave the numbers, so I can get something like
&Qs=1,2,3