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 / reminder email when st...
Power Automate
Unanswered

reminder email when status is not updated for 7 days. How?

(0) ShareShare
ReportReport
Posted on by

I have a MS List on which we record requests.

 

Now I want to send a reminder to a person (also on the list) when a specific status is not changed for 7 days.
How can I automate this with Power Automate? I wasnt able to do this, I hope you can help.

Categories:
I have the same question (0)
  • Nived_Nambiar Profile Picture
    18,136 Super User 2026 Season 1 on at

    Hi @yesilkkkkk 

     

    I have an idea to do this, but feels it would be little complex.

     

    in the microsoft list, create a column of date type with name Status modfied which captures the date on which status column is modfied, but keep it as hidden if you don't want it to be visible.. To update the modified date of status column- a power automate flow has to be created which runs when item is modified. see the below flow

     

    Nived_Nambiar_0-1707583815985.png

     

    So when the status column is updated, update item action will update the Status Modified column with current date.

     

    Now create a recurrance flow/scheduled flow which runs every day and compare the status modified date with current date, if date difference >=7- it will send a reminder email.

     

    Hope this idea helps !

    Thanks & Regards,

    Nived N 🚀

    LinkedIn: Nived N's LinkedIn
    YouTube: Nived N's YouTube Channel

    🔍 Found my answer helpful? Please consider marking it as the solution!
    Your appreciation keeps me motivated. Thank you! 🙌

  • S-Venkadesh Profile Picture
    1,214 Super User 2026 Season 1 on at

    Hi @yesilkkkkk ,

    Here is the solution to check if the 'Status' field has been updated in the last 7 days:

    1. Ensure versioning is enabled for the SharePoint list
    2. Use a condition to check if the last modified date of the item is within the last 7 days.
    3. If the item has not been modified in the last 7 days:
      1. Conclude that the 'Status' field has not been modified.
      2. Proceed with your workflow accordingly.
    4. If the item has been modified in the last 7 days:
      1. Use an HTTP action to make a GET request to the SharePoint REST API endpoint to retrieve the previous version:

     

    /_api/web/lists/getbytitle('your-list-title')/items('your-item-id')/versions?$filter=IsCurrentVersion eq false&$orderby=versionId desc&$top=1

     

     

                     note: this extract the 'Status' field value from the previous version:
               5. Compare the 'Status' field value from the previous version with the current value: If the values are the same, conclude that the 'Status' field has not been modified and Send reminder email

     

     


    I hope this information is helpful. If it is, please consider giving a thumbs up.

     

    Best regards,

    Venkadesh Sundaramurthy



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!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 262 Super User 2026 Season 1

#2
Haque Profile Picture

Haque 227

#3
Expiscornovus Profile Picture

Expiscornovus 225 Most Valuable Professional

Last 30 days Overall leaderboard