Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Flow help - Sending 1 email w/ all rows from Excel that meet a column value. Only listing certain rows.

(0) ShareShare
ReportReport
Posted on by

Hi all, 

I am new to Power Automate and reviewed other postings but I can't seem to find anything matching the criteria I need. 

I need to send a single email when the flow is triggered to read an Excel table - pull and compile into an HTML, or another type, table with only the rows that have an Audit Date more than 7 days old from the current date AND have a 'Corrected' column status of "NO". 

I've got the Trigger and the List Rows from Excel - however, I am unsure of how to proceed from there. 

 

Here is a preview of what I have so far, but my email is coming back with null data.

breeves1_0-1692203443108.pngbreeves1_1-1692203481945.png

 

 

breeves1_2-1692203520313.png

 

Any help would be greatly appreciated!

  • tom_riha Profile Picture
    10,127 Most Valuable Professional on at
    Re: Flow help - Sending 1 email w/ all rows from Excel that meet a column value. Only listing certain rows.

    Hello @breeves1 ,

    as you have the flow right now you're processing the rows one by one and each time it fits the condition you create an HTML table. That's not what you want to do, you want to filter the rows right away, put the whole output of the 'List rows...' action into the 'Create HTML table' action (no loops!) and then send it in an email.

    Since you need two filters and not only one, you'll need one more action to implement them all as 'List rows...' supports only a single filter. The flow should go as below:

    CORRECTION:

    1. 'List rows in a table' where you filter by the 'Corrected' column - make sure to get the date in ISO format
    2. 'Filter array' where you filter by the date 
    3. 'Create HTML table' using the output from 'Filter array'
    4. 'Send an email' to send the HTML table

    image.png

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 497 Super User 2025 Season 1

#2
David_MA Profile Picture

David_MA 436 Super User 2025 Season 1

#3
Riyaz_riz11 Profile Picture

Riyaz_riz11 244 Super User 2025 Season 1