Flow Designer After a approval is rejected it has to redirect to new state
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 03:21 AM
Hello
I have created a custom form which consits of approvals where this form runs on flow designer. So In a basic workflow when an approval is rejected there is a way to join and redirect to the new state.
So my question is , Is it possible in Flow designer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 07:15 AM
I would try adding an "if' after the approval step to check if rejected and then update the approval and state fields back to not yet requested and new.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 08:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 11:11 PM
But the scenario Iam trying to ask is Suppose we have a flow designer whose 4 stages / conditions so in one of the stage the approval condition is rejected then it has to go back to the first stage and again the flow has to run from starting (new state) until its approval request is accepted (just like the way we do it in workflow).
Point: This flow designer is designed for a custom form which has approval requests.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2024 07:33 AM
I think in this case, flow designer should be set up to return the record to new, etc, and then end. Then in the trigger settings, use "Only if not currently running" - which should cause a secondary flow context to trigger for the same record.