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:
To Filters data based on specific criteria.
used to exclude or include certain records in the flow.
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.
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.
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
Feedback sent
We appreciate your effort and will try to fix the article