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 / Email Reminder to user...
Power Automate
Answered

Email Reminder to users who haven't submitted data to a SharePoint list

(0) ShareShare
ReportReport
Posted on by 34

Hi,

 

I have an app that employees can submit their working time which posts their data to a SharePoint list.

I am looking to build a flow that will send an email reminder to users who have forgotten to submit data for each week.  Not really sure how this should look.

In my head I am thinking this should work by checking the user submissions to the SharePoint list against a group of users and if it can identify the users that have not submitted for the current week and sends them an email reminder to submit their data.

 

Is this possible?

Categories:
I have the same question (0)
  • Andrew_J Profile Picture
    1,962 Moderator on at

    HI,

     

    If the time sheet has a name column, then could take retrieve the complete list every week, sort it by those lines with a zero hours then send an email to those who have not submitted their time.  I am no expert in how you would achieve this. 

     

    Regards,

     

    Andrew

  • Verified answer
    HenWang Profile Picture
    Microsoft Employee on at

    Hi @CRam3b92 ,

     

    You can refer to below example:

    HenWang_0-1681786917201.png

    1. recurrence trigger

    HenWang_1-1681786948476.png

    You can select your own time zone here.

     

    2.Initialize variable: create a list include all the user's email addresses.

     

    3. Get items action: to get all the items created since last Monday and please also remember to add an apply to each action in advance and its from value is the array variable we created before.

     

    HenWang_2-1681787106845.png

    Filter query formula: 

    Author/EMail eq '@{item()}' and Created gt '@{addDays(addHours(utcNow(),-15),-6)} '

     

    //for the second condition, I just use example that for each Sunday 3 pm, flow will check all of the items created from Monday to Sunday's 3 pm and if someone does not created item inside list, flow will be able to find out and send the email notification. You can change the "-15" according to your own idea.

     

    4. Condition: 

    Formula: length(outputs('Get_items')?['body/value'])

    HenWang_3-1681787369010.png

     

    5. Send an email:

     TO: Item()

     

    Hope this can help.

     

    Best Regards,

    Hen Wang

  • CRam3b92 Profile Picture
    34 on at

    Hi Hen,

     

    Thanks for this response.  I'm just wondering in terms of building the list of emails - can this be done using a SharePoint list?  As I have a SharePoint list that includes all these email addresses?

  • HenWang Profile Picture
    Microsoft Employee on at

    Hi @CRam3b92 ,

     

    Yes, of course you can. Then the variable's value could be replaced by another get items action to get all the email addresses value.

     

    Best Regards,

    Hen Wang

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 March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 594

#2
Valantis Profile Picture

Valantis 469

#3
11manish Profile Picture

11manish 364

Last 30 days Overall leaderboard