Flow Path | Logic Processor

Flow Paths are conditional branches within an automated flow that allow you to route records or operations based on specific rules. They help break a flow into multiple logical paths based on the conditions you define, enabling more dynamic and customizable automation. 


In Simple Terms Flow Paths allow a flow to "choose a direction" based on what a record looks like. Think of it as "if this, then do that" logic inside your flow.



Types of Flow Paths in Your Requirement 


1
First Matching Path (Default) 
  • The system evaluates paths in order.

  • A record stops at the first path where the condition is met.

  • Think of it like an IF...ELSE IF... logic.

  • ? Only one path is executed per record.


2
All Matching Path 
  • The system evaluates all conditions. 

  • A record flows through all matching paths sequentially. 

  • Think of it like parallel rules that execute in sequence.

  •  Multiple paths can run per record.

How to Use It?


1
From Flow Template List

Select and Click on View Flow

2
From Flow Template
Click on this Icon
3
Select Flow Path
A prompt window will appear, allowing you to define the Flow Path criteria for your data.







4
Fill the Flow Path fields.
 - Provide a clear, descriptive name for this Iterator to identify its purpose. 
 - Source Module: Select the module that represents the operation on which this Iterator is based. 
 - Array: Define the specific part of the data or the elements within the collection that should be iterated over. 
  
 

5
Click on 'OK' And Save your change
Click Save to apply your configuration.


Related Topics

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article