As a user creating workflows I would like to utilize a branch for an “optional” step that is only invoked when certain conditions are met, and then have the rest of the flow continue to execute. Currently there is no way for a branch to do this optional step, and then have the rest of the steps still be executed without duplicating the blocks for the entire flow.
Visual for the requested change. Allow Action 1 to have its next step point back to the main line.
Great suggestion. I’m sure the team has a plan for this, but I’ll check in with them. We’ll report back if I have anything for you. Otherwise, thanks for your input!
All branches with matching conditions are executed, so if you want to continue with Action 2 in the above picture, just create a second branch without any conditions and add Action 2 and all subsequent actions under this branch.