Forum Discussion
Jordan Holleman
Aug 15, 2018Copper Contributor
Cancel a Flow from PowerApps?
Hello World! I am currently trying to sync an approval Flow with a PowerApps Leave Request demo. I have modified the PowerApp to start a flow when a new request is created (in the OnSelect proper...
Deleted
Aug 16, 2018I have not fully tested it but a variation on the following flow might work. It initializes a variable as false, then will set the variable as true once the approval happens. If you create a parallel branch that has a "do until" the variable is set to true. That "do until" will check to see if the status has changed from pending and if it has, then it will terminate the flow.
- DianaJotovaAug 23, 2020Copper Contributor
I tried this one but it says I cannot put Terminate control in Do until loop