cancel
Showing results for 
Search instead for 
Did you mean: 
Reply

Send reminder email to users that have not responded to on MS Form

Hi all!

 

I'm currently trying to build a fully automated process that once a month sends a list of people a link to a form to complete, then if those users have not completed the form within 7 days, it sends those people a reminder.

 

The automated monthly email is already setup and works fine but I'm struggling to find a way to automate checking the people that have not submitted the form and then sending those people a reminder.

 

I'm also conscious that because this a monthly recurring task, there may need to be something additional that archives all responses, so that when the flow recurrence begins again at the start of the month, it does not check responses from the previous month.

 

1. Recurrence email is sent out asking people to respond on form

2. After 7 days, the flow checks which people have not responded on the form this month

3. Sends those people a reminder to submit the form this month

4. All monthly responses are then archived into a separate share point list, including any people that have not responded and their responses can appear blank - that would then flag in the list

 

Note, it is not actual essential that the reminder email gets the person to submit the form, it is more around we can keep an audit of the requests and the reminder request.

 

Any help would be greatly appreciated! 😄

6 REPLIES 6

I've mad some progress on this and got it almost working however the apply to each seems to be causing the flow to send an email based on each item on the SharePoint list. What I'm asking it to do is check the SharePoint list for the name of the submitter in, then also check to see if there is an entry for this Month. 

 

Does submitter email = email address

AND

Is month = December-2022

 

If this returns as false, then this means the user has not submitted the form this month as there is no data in SharePoint list for this month. However, the flow is then sending the same email three times over and I can't work out why. There is 3 items in the SharePoint list so i'm assuming that is related???

 

The flow does not fail, it just isn't doing what I hoped. There is only one item on my list that the above applies to, therefore only one email should be sent, however it is sent multiple times.

 

If anyone understands where I'm going wrong or how I could resolve this that would be great! 🙂 

 

flowpart1.png

 

flowpart2.png

Hi Josh,

I know that my answer is very late, but in case it can still help you or other persons with the same issue, I decided to post anyway.

 

I wanted to do something similar, that is how I ended up here. It took me a while to understand how power automate works (It was my first power automate flow) but I found a (decent) solution.

First, you need two lists. One with the email adresses of people the form has been send to, and one which contains the form responses.

Below you have an overview of the flow (the images overlap).

flow1.PNGflow2.PNG

First you have a recurrent trigger, then you load the first list (with all the emails) and the second list (with the responses, where one column contain the email of the respondent). Be careful here to have the same case on both list for emails.

 

Then, you will have to create at least one variable, a boolean which I called has_answered.

 

The second variable is actually a workaround an unwanted behavior of power automate so maybe someone will have a better solution here. But it will contain the email address of the person you want to send the reminder to. I called it email_to_remind and set the type to string.


Now come the nested loops on all the emails of the first list, and all the emails of the second list. The tricky part is that you do not need to create the loop explicitly. Power automate will make them for you when you will set the parameters of the condition. So create a condition for equality of the two email adresses (one from each list). The loops will magically appear (but that's what bother me for the very last part of the flow). 

 

Now that you have the loops, you will need to set the boolean has_answered to false and email_to_remind to the value of the first list email at the beginning of the first loop. Then, inside the true section of the condition, set has_answered to true.

 

Ok now when the flow will loop through, if it finds in the second list the current email of the first list has_answered will be true at the end of the second loop.

 

Optionally, send an email to yourself containing the variables (has_answered, email_to_remind, the email of the first and second list) to help you debug if a problem occurs.

 

Finally, create a condition on the value of has_answered. If true, do nothing. If false, send an email to email_to_remind. 

 

If you try to set it to the email of the first list, power automate will create a for loop (because your list contain more than one mail). I did not find a way to tell power automate that I want to use the item of the first list selected by my first loop... Therefore the workaround with email_to_remind. If you let power automate create the unnecessary for loop, it will actually send a email to everyone (even the people which have answered) as many times as there is people who have not answered. So with 100 people in the list and 50 that have not answered it means 5000 emails sent (and each person will have 50 (or 49) spam emails).

 

Can you expand your flow so I can see the details?

cryssya
New Member

Hi @jap11

 

is it possible to help with information on how you created the first part of the flow? To send the initial e-mail with the link to the form? 

thank you.

Hi @cryssya - which part? the one shared in my screenshot or the one that I mentioned I had already got working in a separate flow?

 

You can setup a scheduled flow, say for example once a week, then send email.

 

JoshPullan11_0-1699430494172.png

 

Apologies if i have misunderstood your question.

Would you be willing to export your flow and post it here? Your flow sounds like exactly what I am trying to accomplish. Thanks in advance!

Helpful resources

Announcements

Community will be READ ONLY July 16th, 5p PDT -July 22nd

Dear Community Members,   We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd.   During this period, members will not be able to Kudo, Comment, or Reply to any posts.   On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities.   What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!

Summer of Solutions | Week 4 Results | Winners will be posted on July 24th

We are excited to announce the Summer of Solutions Challenge!    This challenge is kicking off on Monday, June 17th and will run for (4) weeks.  The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions to as many questions as you can. Answers can be provided in all the communities.    Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”)   - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024   Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods.  You must enter into each weekly Entry Period separately.   How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different.    Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers.  At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing.  Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner.  A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random.  Individuals will be contacted before the announcement with the opportunity to claim or deny the prize.  Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners.   Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event.   ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE**   Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Community MembersNumber SolutionsSuper UsersNumber Solutions Deenuji 9 @NathanAlvares24  17 @Anil_g  7 @ManishSolanki  13 @eetuRobo  5 @David_MA  10 @VishnuReddy1997  5 @SpongYe  9JhonatanOB19932 (tie) @Nived_Nambiar  8 @maltie  2 (tie)   @PA-Noob  2 (tie)   @LukeMcG  2 (tie)   @tgut03  2 (tie)       Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 2: Community MembersSolutionsSuper UsersSolutionsPower Automate  @Deenuji  12@ManishSolanki 19 @Anil_g  10 @NathanAlvares24  17 @VishnuReddy1997  6 @Expiscornovus  10 @Tjan  5 @Nived_Nambiar  10 @eetuRobo  3 @SudeepGhatakNZ 8     Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 3:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji32ManishSolanki55VishnuReddy199724NathanAlvares2444Anil_g22SudeepGhatakNZ40eetuRobo18Nived_Nambiar28Tjan8David_MA22   Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 4:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji11FLMike31Sayan11ManishSolanki16VishnuReddy199710creativeopinion14Akshansh-Sharma3SudeepGhatakNZ7claudiovc2CFernandes5 misc2Nived_Nambiar5 Usernametwice232rzaneti5 eetuRobo2   Anil_g2   SharonS2  

Check Out | 2024 Release Wave 2 Plans for Microsoft Dynamics 365 and Microsoft Power Platform

On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners.    The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights.    Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.    

Updates to Transitions in the Power Platform Communities

We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for.  We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer.   Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together.   Here's to new beginnings and endless possibilities!   If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport.   To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages

Users online (1,686)