Description
When building workflows, users often utilize conditional logic such as If-Else or Multi-Branch actions.
In such cases, the process splits into multiple separate paths.
It would be very helpful to have a way to merge these branches back together after executing certain actions, allowing the workflow to continue along a single unified path.
What are you trying to achieve
Example:
If the status is “In Process”, check whether the value in Field A is empty.
YES → Perform Action X, then Action Y, then Action Z
NO → Perform Action Y, then Action Z
Currently, when such a condition appears at the beginning of a workflow, most of the automations need to be duplicated in both branches to maintain identical behavior.
A feature that allows merging the split paths would greatly simplify workflow design, reduce duplication, and make debugging much easier.