What is Logic Processor?

Logic Processor in Reachware is a set of tools used to manage how data is processed within a flow. It allows you to handle complex scenarios such as looping through data, grouping items, filtering data, or defining specific processing paths. Flow Control helps make integrations more dynamic and flexible.

 


Components of Logic Processor:

1
Filters 

To Filters data based on specific criteria.

used to exclude or include certain records in the flow. 

2
Iterator

Breaks down an array into individual items.
Useful when the source system sends a list (e.g., multiple products in an order) and each item needs to be handled separately. 

3
Aggregator
Combines multiple items into a single array.
After using an Iterator to split items, Aggregator can bring them back together to send them as one group to the destination. 
4
Flow Path
Creates conditional logic in a flow.
For ex/ Executes different branches based on a condition.




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