Join in Flow Designer

ShubhamK2600572
Tera Contributor

In flow designer I want to perform same actions for two conditions, like if condition 1 satifies i want to perform action A and if condition 2 satisfies also i want to perform action A. Is there any join like condition present in flow designer where I can join action A after these two conditions to perform action A.

3 REPLIES 3

Mark Manders
Mega Patron

You can just use an 'if': if condition 1 = true OR if condition 2 = true, do action A


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark

Bhupender
Tera Expert

Hi @ShubhamK2600572 yes we can achieve this by using following steps:

  1. Wait for Condition: This action can pause until a condition is met, but it usually works for a single condition. You may need extra logic to handle both conditions.
  2. Do the following in parallel(Parallel Branching): Create separate branches for Condition 1 and Condition 2, and place Action A in each. This ensures Action A runs if either condition is satisfied.

 

kindly Mark helpful and accepted if this resolve your query.

Ankur Bawiskar
Tera Patron
Tera Patron

@ShubhamK2600572 

I agree with @Mark Manders , you can simply use OR condition

did you try approach suggested by Mark?

Try that and let us know the feedback

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader