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 Automate
Answered

Email Not Sending

(0) ShareShare
ReportReport
Posted on by 10
I've created a flow to look at an Excel document and send an email reminder. The flow has tested successfully without errors, but the emails are not being sent. It appears that those steps are being skipped, but I have not been able to determine why. See flow below
 
 
 
 
 
Categories:
I have the same question (0)
  • Suggested answer
    Kalathiya Profile Picture
    2,456 Super User 2026 Season 1 on at
    Hello @RT-28011822-0

    Can you check if the Apply to each loop is actually running for all items after the union?

    Also, please share a screenshot of the full run history showing the union, the loop, and the email action screen shot, that will help us see why the emails are being skipped.

    ---------------------------------------------------------------------------------
     
    📩 Need more help? Mention @Kalathiya anytime!
     
  • Verified answer
    Ellis Karim Profile Picture
    12,163 Super User 2026 Season 1 on at
     
    I suspect that the issue is with the Filter Query in the "List Rows present in a table" action? 
    The expression needs to use CAPITAL MM for months. Lowercase mm will give you minutes.
     
     
    Please also post some sample data for the ReminderDate so we can check if the filter is working as expected.
     
    Please send us a screenshot of the runtime for this action too.
     
     
    Ellis Karim
    Ellis Karim
    elliskarim.com  |  LinkedIn  |  Bluesky
    If this solved your issue, please mark it as ✅ Accepted Answer. If it helped, feel free to give it a 🩷 Like!
  • RT-28011822-0 Profile Picture
    10 on at
    Thank you, Ellis. I have updated the formula as you suggested, however when tested I am still not getting an email. I've posted screenshots below
     
     
     
     
  • Suggested answer
    Ellis Karim Profile Picture
    12,163 Super User 2026 Season 1 on at
     
    (1) To see if the List rows present in a table action found any rows, click the Show raw outputs link:
     
    I suspect you won't find any rows in the output.
     
    I think what is happening is that the ReminderDate is read in the following format, which includes the time stamp: yyyy-MM-ddT00:00:00.000Z
     
    But the time zone conversion from UTC to Pacific Standard Time outputs a date in the following format, which does not include the timestamp: yyyy-MM-dd
     
    So, the filter query in will never match your local time zone because the text values are different.
     
    Try the following:
     
    (1) Filter out rows that don't have a ReminderDate:
     
     
    (2) Add a Filter array action, to find the rows you need:
     
    formatDateTime(item()?['ReminderDate'], 'yyyy-MM-dd')
    convertFromUtc(utcNow(), 'Pacific Standard Time', 'yyyy-MM-dd')
     
    (3) In the Select action, use the output of the Filter Array action:
     
     
     
    See also:
     
     
     Ellis Karim
    Ellis Karim
    elliskarim.com  |  LinkedIn  |  Bluesky
    If this solved your issue, please mark it as ✅ Accepted Answer. If it helped, feel free to give it a 🩷 Like!
     
     

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 377

#2
11manish Profile Picture

11manish 279

#3
David_MA Profile Picture

David_MA 234 Super User 2026 Season 1

Last 30 days Overall leaderboard