Join in Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2025 01:06 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2025 01:31 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2025 01:43 AM
Hi @ShubhamK2600572 yes we can achieve this by using following steps:
- 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.
- 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2025 02:05 AM
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.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader