Automatically cancel running FLOW instance - Power Automate
HTML-код
- Опубликовано: 10 фев 2025
- In this video tutorial we will learn to cancel the running FLOW instance automatically. When user change the status of record to cancel, we will cancel the running FLOW instance through another FLOW.
Save running FLOW instance URL in the record -
• Save FLOW running inst...
Check out more videos here
• Manage SharePoint Perm...
Check out more articles on Power Platform from here
www.c-sharpcor...
Hi sarvesh, this is great help.. i am facing issue that user are prompted on login connection page for sign in to resource URL and base URL.. i have crated azure ad connection in flow successfully but same is prompted on powerapps screen for users
Good stuff. Just a curious question- Can't we achieve the same functionality using the "Cancel Flow Run'" action of the "Power Automate Management" connector ?
You could but how would you trigger the action/step in your workflow?
@@Zumwaa In the 1st workflow get the Workflow ID using "workflow()?['run']?['name']" expression and store it in the list.... create 2nd WF (write trigger condition when Staus equal to Cancelled)--> use Cancel Flow Run --> pass the parameters
Hi, is there documentation on the flow API, I am trying to cancel running flows. I'm just trying to see if I can create a script to do this