Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Answered

send email to people who didn't update

(0) ShareShare
ReportReport
Posted on by

We have a share point list with multiple contributors. We are trying to build a flow that sends a reminder email to only the people who have not updated in five or more days.

I am having trouble building the flow to get the email to send to these people instead of everyone. 

Hope someone can help me!

  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    on at
    Re: send email to people who didn't update

    HI @Anonymous,

    Do you mean that if a user existing in another list does not exist in contributors list, which means he/she does not update?

     

    If so, I think you just need to try as below:

    vqiaqimsft_0-1693449238285.png

    formatDateTime(item()?['Created'], 'yyyy-MM-dd')
    formatDateTime(addDays(utcNow(),-5), 'yyyy-MM-dd')

    vqiaqimsft_1-1693449328029.png

     

  • Community Power Platform Member Profile Picture
    on at
    Re: send email to people who didn't update

    Hi, so I have a list of email address who has the permission to edit the list. What I am trying to achieve is that if person in that email list did not make updates in 5 days, they will receive an email notification.

     

  • Ryan_B Profile Picture
    446 on at
    Re: send email to people who didn't update

    Can you provide more details from your SharePoint list? Preferably a screenshot with the columns with some non-sensitive data, as well as what your qualifier is for determining who to send the reminder to.

  • Community Power Platform Member Profile Picture
    on at
    Re: send email to people who didn't update
    Hi, thanks for helping out. So I have a list of email addresses of users who have the permission to make edition in the sharepoint list. What I am trying to achieve is that if person in that email list did not make updates in 5 days, they will receive an email notification.
  • v-qiaqi@microsoft.com Profile Picture
    on at
    Re: send email to people who didn't update

    Hi @Anonymous,

    Could you please tell me that how you define a user is not updating? Is there a field to define?

     

    If you want to send a reminder email to users who are not updating the a special field, please check the demo as below.

    vqiaqimsft_0-1693365144981.png

     

  • Ryan_B Profile Picture
    446 on at
    Re: send email to people who didn't update

    Is this using the Approvals system, or simply in SharePoint only?

     

    If you're using the Approvals system, you would need to set your approval action to time out after 5 days and have a section of your flow run if the approval action times out. This would need to get the items of that row, filter the ones where the approval column is still pending, and send the email out to those individuals.

     

    If you're only using SharePoint and updating columns as someone responds in some fashion, whether it be through Power Apps, an adaptive card in Teams, etc., then you may want to separate the two flows. You can have a secondary flow that runs once a day, sets a variable to something like 

    formatDateTime(addDays(utcNow(),-5), 'd')

    to get a specific date 5 days ago, and use that as your Get items filter query. This will return the rows where the created date is equal to the variable date. You will then need to separate out the ones where the appropriate column hasn't been updated, possibly through a Condition action.

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