Hi,
I have a flow that reads through an online Sharepoint Excel Spreadsheet looking for new entries and have filtered the List Rows present in a table to return about 60 rows that are active.
Twice now a flow just keeps running (14 hours this time) and subsequent flows also just start running and never finish although the odd one finishes correctly. The process should run every 15 minutes so if after 10 minutes, I would like the flow to die no matter where it is up to and email us that it has failed. Is this something that can be done easily?
Secondly DAK why this might occur. We do have three or four editors in the sheet at anytime but this was around midnight.
Thanks
Solved! Go to Solution.
Try the below solution at the beginning of your flow after the recurrence trigger add a parallel branch with the desired delay, Send Email and call the Terminate Action this will stops the execution of your flow.
You can change the Message and code of the Terminate Action below:
Hope this makes sense!
Try the below solution at the beginning of your flow after the recurrence trigger add a parallel branch with the desired delay, Send Email and call the Terminate Action this will stops the execution of your flow.
You can change the Message and code of the Terminate Action below:
Hope this makes sense!
Thank you @Mira_Ghaly for the exceedingly well explained process however will this not fail every time at 10 minutes even if the work branch was successful?
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 |
---|---|
33 | |
15 | |
15 | |
9 | |
9 |
User | Count |
---|---|
36 | |
26 | |
17 | |
7 | |
7 |