How to Reset Flow Designer flow when approvers are changed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2022 01:54 PM - edited ‎10-11-2022 02:49 PM
Hi, I need to reset the whole flow designer flow when there is a change in Approver.
Based on a User reference field and state, triggering an approval flow through Flow Designer.
Need help in how to cancel the previous "Ask for Approval" request and resend a New "Ask for Approval" to new approver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2022 02:09 PM
I would look at the FlowAPI to cancel and rerun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2022 02:51 PM
Hi ,
Thank You @Mike_R , Is there any way that we can just cancel the already sent approval request and re-send a new one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2022 02:59 PM
Hard to say without understand your full process. Me personally, I don't allow for changing the approver's name on an approval record. If an approver needs to change, I usually have a new approval record created and the old one set to no longer required. But like I said, it's hard to make a recommendation without understanding the full process.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-11-2022 03:18 PM
I'm working with a Scoped Application. Where a form is filled and submitted for approval. In the form we have a field called Team Manager (Manager A) its auto populated based on another field called (Application). For the first time when it's submitted "Manager A" gets the approval notification. Meanwhile if submitter changes the Application and Approver is changed as "Manager B".
In this case how can I cancel the Approval for "Manager A" and trigger a new Approval for "Manager B"