Hi,
I am having troubles to format values in Select from Array variable. I can get them in following format

Hi,
I am having troubles to format values in Select from Array variable. I can get them in following format
Hi @zzecevic
You don't say what your input text is, however It looks like you are replacing characters, so, you could replace with:
decodeUriComponent('%0A')
for example this text:
"No,No,No,Yes"
you could do this