Skip to main content

Filter Rows

Description

Filter Rows is a step in the Flow Plugin for Process Studio Workflows. Filter Rows step filters incoming data rows based on conditions and comparisons. It generally has two output hops ‘true’ and ‘false’ based on the evaluation of the conditions. When the condition evaluates true it follows the main hop and when the condition evaluates false it follows the false hop

Configurations

No.Field NameDescription
1Step NameSpecify the name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow.
2Send 'true' data to stepChoose a step to send the rows for which the condition specified is true.
3Send 'false' data to stepChoose a step to send the rows for which the condition specified is false.
4The ConditionClick <Field> to select from a list of fields from the input stream(s) to build your condition(s). <value> to enter a specific value into your condition(s). To enter an IN LIST operator, use a string value separated by semicolons. This also works on numeric values like integers. The list of values must be entered with a string type, e.g.: 2;3;7;8

To delete a condition right-click and select Delete Condition.

5Add ConditionClick ‘Add condition’ to add conditions. Add condition converts the original conditions into a sub-level conditions. Click a sub- condition to edit it by going down one level in the condition tree.