Hi All
I am wondering if there is a way to reverse a flow step?
Basically, can a flow go back a step if an approver rejects their step, instead of just rejecting and finishing.
HTTP requests to daisy chain flows ??
Any ideas ?
Solved! Go to Solution.
Yes, you could use an HTTP request to call the Flow again, but that would restart the entire Flow. If you just want to repeat the Approval step that probably isn't what you want. The other option is to put the Approval inside a DoUntil loop and only exit the loop after you recieve the conclusion you want (or a certain number of attempts). I would make sure you do both or you could end up with an infinite loop.
Yes, you could use an HTTP request to call the Flow again, but that would restart the entire Flow. If you just want to repeat the Approval step that probably isn't what you want. The other option is to put the Approval inside a DoUntil loop and only exit the loop after you recieve the conclusion you want (or a certain number of attempts). I would make sure you do both or you could end up with an infinite loop.
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 |
---|---|
32 | |
15 | |
14 | |
13 | |
7 |
User | Count |
---|---|
39 | |
22 | |
14 | |
10 | |
7 |