Let's say I have a business process flow with three stages:
1. Set employee personal details (fill out fields in custom Dataverse table)
2. Set employee job details (separate set of fields in the same table)
3. Review details (Yes/No field in same table, represents if the details are approved)
If the Yes/No field in the last step is set to No, I'd like to move the process back to the first stage, Set employee personal details. Otherwise, process should complete.
Is this possible?