
Hello everyone,
I try to add some items to array in loop and then these items schould be printed in the email.
I use "append to array variable" and in the email I can see items which I wanted, but it looks like:
So how can I disscard these clips and double quotes, that I can see only words?
Hi @Anonymous,
You could use a join function for this in an expression.
Below is an example.
join(variables('TestArray'), ', ')