Array in Mendix

0
Hi Community,   I have created a variable in my microflow and wanted my output to look like this ["Monday", "Tuesday", "Wednesday"]   but this is getting converted into 
asked
3 answers
0

But on the page it would have omitted the extra single quotes right?

answered
0

Hi Sagi,

 

Please check output for array with you have written and check On UI side also. It is showing your desired Output. It doesn't matter how it is showing in variable during debugging, due to special characters this may occur in variable.

 

Please find screenshots for your reference:

 

image.png

 

image.png

 

You can pass this array as it is to JSON.

Thanks

answered
0

Can someone tell me how to use double quotes without getting this \" I got to know this is due to escape character, does anyone know how to bypass this.

answered