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 / Receiving an email ale...
Power Automate
Suggested Answer

Receiving an email alert when a review date is due

(1) ShareShare
ReportReport
Posted on by 108
I am looking to set up up an email alert to advise me that a review is due on an item. All of the items are on a Microsoft List and there is a review due date column. How do I set up an alert using Power Automate to tell me a week before the due date, that I need to attend to this?  Thanks
 
Categories:
I have the same question (0)
  • Haque Profile Picture
    3,217 on at
     
    You can follow these steps:
     
    1. Fire up a Scheduled cloud flow in Power Automate, please configure to run it daily (or at your preferred frequency).
    2. Retrieve the record, add a Get items action to retrieve all items from the List.
    3. Use a Filter array action to filter items where the review due date is exactly 7 days from the current date. You can build expression with the due date column: expression: addDays(utcNow(),7,'yyyy-MM-dd')
    4. With the filtered item, add a Send an email (V2) action to send yourself a notification about the upcoming review.
    Hence,  this flow will check daily for items with a review due date one week ahead and send you an alert accordingly.
     
  • Suggested answer
    Kalathiya Profile Picture
    2,151 Super User 2026 Season 1 on at
    Hello @PB-04020944-0

    Yes, you can follow the below steps to achieve this:

    #1. Create a scheduled automation that triggers daily.
    #2. Add the Get items action and apply a filter on the Due Date column (use the internal column name without spaces).
    #3. Add the Send an email action to notify you about items that are due in 7 days.. 
     
    Filter Query in Get Items Action:
    DueDateColumnName eq 'addDays(utcNow(),7,'yyy-MM-dd')' //DueDateColumnName  - Replace with your column name - Make sure column name you need to write without space. 
    You need to write addDays(utcNow(),7,'yyy-MM-dd') in a expression.

    This checks for items due exactly 7 days from today.

     

    If this response resolves your issue, please mark it as the Verified Answer so it can help other community members as well.
    ---------------------------------------------------------------------------------
     
    📩 Need more help? Mention @Kalathiya anytime!
    ✔️ Don’t forget to Accept as Solution if this guidance worked for you.
    💛 Your Like motivates me to keep helping!

     

  • PB-04020944-0 Profile Picture
    108 on at
    Thank you both. Will give it a go now. 
  • PB-04020944-0 Profile Picture
    108 on at
      Can you please advise which info I am required to enter at the undernoted stage? Thanks.
     
  • Haque Profile Picture
    3,217 on at
     
    If I understood your question - please fill the From field using the O/P of Get Items and then and then  in the "Filter Query" use the addDays(utcNow(),7,'yyyy-MM-dd') expression like this: "ColumnName eq addDays(utcNow(),7,'yyyy-MM-dd')".
     
    Please note that ColumnName is your ReviewDueDate column.
     
    Can you please post me the screenshot of the entire WF if it is not that private?
  • PB-04020944-0 Profile Picture
    108 on at
     
    Hello again  is the above correct? Still having issues, I'm afraid. 
     
    Thank you.
  • Haque Profile Picture
    3,217 on at
     
    Why are you afraid? Is this something you are receiving error?
     
    I believe correct, just the condition should be Equal (eq) not "is less than or equal to": 
     
    Next-6monthly reviewdatecolum eq addDays(utcNow(),7,'yyyy-MM-dd')"
  • PB-04020944-0 Profile Picture
    108 on at
    Hello Haque. That is just an English expression meaning "I am sorry to say" meaning "I have bad news".
     
    Still having an error with this....
     
     
  • Haque Profile Picture
    3,217 on at
    Can you please post me the error?
  • PB-04020944-0 Profile Picture
    108 on at
    Yes, of course, apologies,. It is as follows:-

    The input parameter(s) of operation 'Filter_array' contains invalid expression(s). Fix invalid expression(s) for the input parameter(s) of operation 'Filter_array'.
     

     

    Problem summary

    This message means that the "Filter array" step in your flow is using a condition that Power Automate doesn't understand. This usually happens if the condition is written incorrectly or uses the wrong format.

     

     

     

     

     

     

    To fix this:

    1.Click on the "Filter array" step in your flow. 2.Check the condition under "From" and "Where". 3.Make sure you are selecting fields and values using the dynamic content picker, not typing formulas. 4.For date comparisons, use the "Expression" tab to insert functions like addDays(utcNow(),7,'yyyy-MM-dd') correctly. 5.Save and test your flow again.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 791

#2
Valantis Profile Picture

Valantis 568

#3
Haque Profile Picture

Haque 535

Last 30 days Overall leaderboard