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 / Flow to send email ale...
Power Automate
Answered

Flow to send email alert when today's date appears in a SharePoint List

(1) ShareShare
ReportReport
Posted on by 6
I have a SharePoint list for HR Record Retention. There are several columns that include dates when certain records should be deleted. (It is not a huge list - maximum 20 rows and 40 columns). I want to create a Power Automate flow that runs every day (I can do that bit), and sends me an email whenever there is a date in any of the deletion columns that equals today. Ideally, if it could tell me which row and column the date appears in too, that would be helpful. 
 
I am new to both SharePoint and Power Automate - but I've been looking for a way to automate such reminders for a long time, and thought this might be it. 
I have the same question (0)
  • Verified answer
    Riyaz_riz11 Profile Picture
    4,204 Super User 2026 Season 1 on at
    Hi,
     
    Add "Recurrence" (daily based on the client request). : Add "Get items" from SharePoint list. In Filter Query use: DeleteDate1 eq '@{formatDateTime(utcNow(),'yyyy-MM-dd')}' or DeleteDate2 eq '@{formatDateTime(utcNow(),'yyyy-MM-dd')}' (you can repeat for all date columns).
     
    Build Email with Row Details: Use "Apply to each" on filtered items. Use dynamic content like ID, Title, Delete Date etc based on the input needs you can add-on to build email body. Send summary email after loop ends.
    ​
    Test with One Column First: Start with single date column. Check run history to see if filter finds matches. Add more columns once basic flow works. Use formatDateTime() to match SharePoint date format.
    ​
    Handle No Matches: And also add "Condition" like before email: if length(body('Get_items')) > 0 then send email, else do nothing. Prevents empty emails daily.
     
     
    If I have answered your question, please mark it as the preferred solution ✅ . If you like my response, please give it a Thumbs Up 👍.
    Regards,
    Riyaz
  • JS-20021459-0 Profile Picture
    6 on at
    Thanks Riyaz, that was so helpful. Once I'd set the region of my SharePoint site to South Africa (even though I'm in the UK), to get the date format yyyy-MM-dd, and worked out how to find the internal column names from my list, everything worked perfectly. 

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