Good day.
I have an unusual problem where Flows control conditions are triggering Yes & No actions at the same time, but the Run history doesn't show the "No" condition triggering, as shown below.
I have Planner tasks Updating or Creating based on Excel Values, and sending emails to specific people.
Every time I run the flow, it updates the existing task sends an Update notification email, but then it also creates a duplicate task and sends out a New notification email. Run it 5 times and I end up with 4 update emails and 1 new email, and 5 tasks in planner with the same name and details.
Its baffling and I'm not sure why it's happening. The run history above (and every other run) clearly shows the 'False' action "create a task" and subsequent conditions and actions all being failed or skipped, yet a new task still appears in planner and I receive the new task notification.
Any help is greatly appreciated.
*UPDATE* I inserted a delay before "Create a task" of 1 minute, and sure enough, the new item created and sent an email 1 minute after the Updated task and email was done, DESPITE the run history showing that condition flow to be "Skipped" or "Failed".
Regards,
Em
Solved! Go to Solution.
Hi @Emellar ,
If you follow this Flow, it seems to create many redundant tasks.
Your needs should be that if the task corresponding to the currently selected row does not exist, then create a new task, and there is only one row, then the number of newly created tasks should be at most one.
You could refer to the following methods to achieve your needs.
Best Regards,
Hi @Emellar ,
If you follow this Flow, it seems to create many redundant tasks.
Your needs should be that if the task corresponding to the currently selected row does not exist, then create a new task, and there is only one row, then the number of newly created tasks should be at most one.
You could refer to the following methods to achieve your needs.
Best Regards,
I really cannot thank you enough for always assisting me with my novice issues!
You're awesome
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
Power Platform release plan for the 2021 release wave 1 describes all new features releasing from April through September 2021.
User | Count |
---|---|
90 | |
57 | |
40 | |
39 | |
35 |
User | Count |
---|---|
79 | |
66 | |
57 | |
52 | |
42 |