Helo,
I've built a flow to send a list of data to individual email adresses.
Altough emails are being sent also to fields where the email adress is empty.
The list comes from PBI Table, and I set email as unique by usign @{union(body('Selecionar_-_Coluna_de_Email'),body('Selecionar_-_Coluna_de_Email'))} in a compose action an then filtering in a filter array.
*********
[
{
"EmailO": "antonio.valente@abcd.com"
},
{
"EmailO": ""
},
{
"EmailO": "joao.machita@abcd..com"
},
{
"EmailO": "tiago.macedo@abcd.l.com"
},
{
"EmailO": "pedro.gaspar@abcd..com"
},
{
"EmailO": "nuno.dias@abcd..com"
}
]
**********
How can i do to remove this email "" from the email List?
Apresciate any help.
Tks
Thiago