- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 03:39 AM
I am new to flow designer. We have a requirement, In a certain condition flow need to repeat from beginning to end. How to achieve this?
Common Requirement
You maybe remember the old times of Workflow editor where you easily could build in loop backs in your flows. An example requirement could be following:
Someone (user A e.g. Technical Consultant) gets a task to create a design document which needs to be validated by someone else (user B e.g. Architect)
So, after closing the task a Design check task will be created and assigned to the user B.
If B completes the check without any concerns the workflow continues with the next steps
If B does not accept the design the design task should be opened again and steps 1. and 2. should be repeated and assigned to same person..
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 08:37 AM - edited 05-05-2025 08:39 AM
Use the Go back to Flow Logic statement.
Or, if something needs to change (like the assignee), you can either use a Flow variable to set that or you can create the whole thing as a Subflow and create a loop to call it however many times you need and send it the changed information.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 08:37 AM - edited 05-05-2025 08:39 AM
Use the Go back to Flow Logic statement.
Or, if something needs to change (like the assignee), you can either use a Flow variable to set that or you can create the whole thing as a Subflow and create a loop to call it however many times you need and send it the changed information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2025 08:53 AM
Hope you are doing well.
You can use 'Do the following until' flow logic to achieve similar loop back in flow designer.
Regards,
Praveen