How to join multiple IF or ELSE IF branches into a single action in Flow Designer?

SangareswarK
Tera Contributor

Body:
Hi Team,
I am building a flow in Flow Designer where I have multiple IF conditions:
If Hiring Manager is approver
OR Provisioning Lead reference is fille
OR Agency Approver reference is filled

All three conditions must eventually go to the same action (a “Search AD” step).
Since Flow Designer does not allow connecting multiple lines into a single action node, is there any supported method to merge these branches?

I’ve attached a screenshot of my flow design.
Is there a recommended way to:

  1. Join multiple IF branches into a single action,
    or

  2. Build a clean OR-based condition that still preserves flow readability?

Any suggestions or best practice guidance would be really helpful.
Thank you!

1 ACCEPTED SOLUTION

Abinaya Sekar
Tera Expert

You  can combine all three into one IF block using Match: Any (OR) → then attach your single Search AD action.

View solution in original post

3 REPLIES 3

VivekSattanatha
Mega Sage

Maybe use a flow variables and set a value, later based on the flow variable value run the action.

 

https://www.servicenow.com/docs/bundle/yokohama-build-workflows/page/administer/flow-designer/concep...

Abinaya Sekar
Tera Expert

You  can combine all three into one IF block using Match: Any (OR) → then attach your single Search AD action.

I really appreciate  it.. I doubted the order of execution in IF block but now I clarified it.