Hello,
I got a output of an array, like
[
a@gmail.com,
b@gmail.com
]
when create an event, the required field turns out like:
address 1: [a@gmail.com
address 2: b@gmail.com]
I don't know how to remove "[" and ""]" from the email address.
Many thanks.
Hi Deepaks,
It works perfectly!
Can I ask an extra question, about the number of array is already changed, I got it from apply for each, how can i get the number and put it in variables('Array')[x], I put it on a required (to create event) field, like:
Required: variables('Array')[0];variables('Array')[1];.......variables('Array')[x]
once again, thank you very much!😊
Linda
Hi @Linda777
If output is Array than you should use following expression to get the value:
Michael E. Gernaey
497
Super User 2025 Season 2
David_MA
436
Super User 2025 Season 2
Riyaz_riz11
244
Super User 2025 Season 2