web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / remove lines with no d...
Power Automate
Answered

remove lines with no data (email adress) from array

(1) ShareShare
ReportReport
Posted on by 2
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
 
Categories:
I have the same question (0)
  • Verified answer
    Michael E. Gernaey Profile Picture
    53,963 Moderator on at
    Hi

    Use the Filter Array action,
    Set it to Advanced mode

    set the From to be your Array of emails

    and filter on 

    @not(empty(item()?['EmailO']))

    and if necessary just put
    @not(empty(item())

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Valantis Profile Picture

Valantis 484

#2
11manish Profile Picture

11manish 282

#3
David_MA Profile Picture

David_MA 280 Super User 2026 Season 1

Last 30 days Overall leaderboard