I have two SharePoint lists and two Flows that are for the most part working except that my notifications won't stop sending emails even when the control requirement is met.
List 1 - Initial form - list of offboarding employees
List 2 - List of Surveys Offboarding employees have completed
Flow 1 - Triggered when Initial form item is created/modified
Flow 2 - Triggered when Survey is submitted
The first list is a form to initiate an offboard process and one of the fields is a yes/no boolean as to whether or not a person completed their survey. As long as that field is false it sends them email reminders to complete the survey. I am using a "do until" control loop and when it is true the email notifications should stop, but even after the "survey submitted" field becomes true, the notification continue to send.
Here is a link to screenshots of Flow 1. Flow 2 is working properly as it is triggered when a survey is completed and changes the corresponding item in list 1 to indicate the survey was submitted.
I'm not sure this is the best way to accomplish what I'm trying to do, so if anyone has a different or better method I am certainly open to it.
Thanks
Solved! Go to Solution.
Hi @NCH-Ken ,
I have made a test on my side, there is a mistake setting of you 'Do Until' step.
You should use the Expression of true.
Best Regards,
Community Support Team _ Zhongys
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @NCH-Ken ,
I have made a test on my side, there is a mistake setting of you 'Do Until' step.
You should use the Expression of true.
Best Regards,
Community Support Team _ Zhongys
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
Watch Nick Doelman's session from the 2020 Power Platform Community Conference on demand!
User | Count |
---|---|
45 | |
44 | |
38 | |
33 | |
24 |
User | Count |
---|---|
48 | |
34 | |
32 | |
32 | |
29 |