I have an array type variable that is composed as follows
[
{
"Email": "Example1@mail.com"
},
{
"Email": "Example2@mail.com"
}
]
I want to turn this into an object to receive emails as follows
in a composition:
variables ('Array')? [Email]
and be able to receive emails
Example1@mail.com
Example2@mail.com

Report
All responses (
Answers (