Skip to main content
Community site session details

Community site session details

Session Id :
Power Automate - Building Flows
Unanswered

Email reminder for users have not entered data in Power Apps

(0) ShareShare
ReportReport
Posted on by 82

Dear Power Automaters,

 

I'm currently implementing a flow to send emails to my users of Power Apps. I got one flow to send email reminder monthly to all users. This is working pretty smoothly. But some users often forget to enter data in Power Apps. That's why I want to create another flow to send reminder email to users who have not entered data in Power Apps. 

I'm not sure how to set up this flow. My data source for Power Apps is Share Point list. 

I'd appreciate any kind of tips and ideas gratefully. Thank you very much. 

 

Best,

exploring G

  • exploringG Profile Picture
    82 on at
    Re: Email reminder for users have not entered data in Power Apps

    I've realized the mistake when the email flow only works for myself (only owner/member in the share point group). My Power Apps users are set as Users where they have specific permission levels. They can only add, update and delete list items. I created this specific permission level and named it 'Power Apps'. The purpose of it is for data protection. 

    exploringG_1-1669992533093.png

     

     

  • grantjenkins Profile Picture
    11,059 Super User 2025 Season 1 on at
    Re: Email reminder for users have not entered data in Power Apps

    I thought you used the Office 365 group in your recurrence flow that send's email to all the members of the group.

     

    How are you storing your Power Apps members?

  • exploringG Profile Picture
    82 on at
    Re: Email reminder for users have not entered data in Power Apps

    Hi @grantjenkins ,

     

    The flow did not execute successfully. I've realized that I don't have any group members. For the sake of data protection, all App users are restricted for the Share Point site. They only have access to the certain Share Point list. Therefore, for the step of retrieving group members, it will only retrieve me (owner). Is there a way to retrieve power apps user?

     

    Best regards,

    G

  • grantjenkins Profile Picture
    11,059 Super User 2025 Season 1 on at
    Re: Email reminder for users have not entered data in Power Apps

    The Filter Query in Get items will ensure it only returns items that were created in the current month.

  • grantjenkins Profile Picture
    11,059 Super User 2025 Season 1 on at
    Re: Email reminder for users have not entered data in Power Apps

    The Filter Query in Get items will ensure it only returns items that were created in the current month.

  • exploringG Profile Picture
    82 on at
    Re: Email reminder for users have not entered data in Power Apps

    Dear @grantjenkins ,

     

    I have a question over the the 'List Name' in Get Items action. Is this list empty before users store data in the SP list? My understanding is each user enters data with their unique ID (user email address). If the list has data from previous months, the filter will not be able to distinguish which user has not entered data. Please correct me if my understanding is wrong. 

     

    Best,

    G

  • exploringG Profile Picture
    82 on at
    Re: Email reminder for users have not entered data in Power Apps

    Hello @grantjenkins , 

     

    Your solution looks really promising. Let me try it and get back to you. Thank you very much!

  • grantjenkins Profile Picture
    11,059 Super User 2025 Season 1 on at
    Re: Email reminder for users have not entered data in Power Apps

    This is likely how I would build the flow. I'll go into each of the actions.

     

    grantjenkins_10-1669288740201.png

     

    Recurrence is scheduled to run at the end of the month.

    grantjenkins_1-1669288112109.png

     

    List group members will retrieve all the members in my group.

    grantjenkins_2-1669288128559.png

     

    Next Month is a Get future time action that adds 1 month to the current date.

    grantjenkins_9-1669288710322.png

     

    Get items will retrieve all items where Created is greater than or equal to the Start of this Month, and less than the Start of next Month. The expressions used are:

    startOfMonth(utcNow(), 'yyyy-MM-dd')
    
    startOfMonth(body('Next_Month'), 'yyyy-MM-dd')

    grantjenkins_7-1669288543858.png

     

    Select gets an array of Created by Emails. Note that for Map we use text mode (button on bottom-right).

    grantjenkins_11-1669288901513.png

     

    Filter array will only keep items from our Group members where the Mail is not contained in the array from our Select. This will result in just the members that haven't submitted anything this month.

    grantjenkins_12-1669289023272.png

     

    Finally, we have an Apply to each that iterates over each of the members that haven't submitted anything and sends them an email.

    grantjenkins_13-1669289231071.png

     

  • exploringG Profile Picture
    82 on at
    Re: Email reminder for users have not entered data in Power Apps

    Hi @Sundeep_Malik ,

     

    Thank you very much for your efforts. I really appreciate it. I will also continue working on this. 

     

    Best,

    G

  • exploringG Profile Picture
    82 on at
    Re: Email reminder for users have not entered data in Power Apps

    Hi @grantjenkins

     

    I think I don't have a list of all users. Currently, the number of users are still very small (~15 persons). I'll know who hasn't entered data in PowerApps.  But it will grow continuously. Also, I'm not sure what 'list of all user' means. Is it a specific file containing all user identity (e.g., an excel file with all users' emails)? 

    I now have a regular email reminder sending to all users in my Share Point site. Everyone has access to this Share Point site are the users. In this recurrent flow, I used Office 365 group for people have access to the Share Point site (in the figure below). Is this considered as list of users?

     

    power automate Q1.png

    Best,

    G

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