Merge Flow Conditions Into Single Action

It’d be cool if you could merge branches. My scenario is I need to mix AND and OR conditions, so I need to split the flow, but if all conditions end up passing the same action can occur. Currently since the flow is split I need to copy the action across both branches.

This set of rules can have the same action if passed

Yeah, we want merge too. I don’t having timing yet but it’s in our plan. Likely we’ll only allow merge for non-parallel steps (like those that come after a condition, but no when multiple branches come out of one port/blue dot)

Wouldn’t it be easier/quicker to just support more complex logic in the conditional, such as an AND of ORs or an OR of ANDs?

Conditions are already the most complicated thing to understand in Flow. Adding nested AND/ORs makes it significantly more complicated. I won’t add more complexity to them….a better option if you need super complicated conditions but don’t want to branch is to use Run code. Sidekick might even be able to write the code for you