- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2023 03:58 AM
Hi All,
Please help me on the below requirement.
When change approval is reject on the first level the state should set to New and the flow should start from the beginning. In workflow we can give the connector to the beginning of the flow activity but how can we achieve this by using flow designer.
I am able to set the state to New in flow designer but how do i start the flow from the beginning.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2023 05:46 AM - edited 08-20-2023 05:52 AM
Hi @nikhitha24 ,
It's not possible to go back in flow designer. The best approach is defining the Trigger Conditions in such a way that a new instance of flow will start.
In your trigger condition you can specify that, the flow will trigger if the state is new. And in your flow, if the approval is rejected set the state to New and end the flow , so that new flow instance will trigger from start.
Anvesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2023 05:46 AM - edited 08-20-2023 05:52 AM
Hi @nikhitha24 ,
It's not possible to go back in flow designer. The best approach is defining the Trigger Conditions in such a way that a new instance of flow will start.
In your trigger condition you can specify that, the flow will trigger if the state is new. And in your flow, if the approval is rejected set the state to New and end the flow , so that new flow instance will trigger from start.
Anvesh