Skip to content

Filter#

Filter items based on a condition. If the item meets the condition, the Filter node passes it on to the next node in the Filter node output. If the item doesn't meet the condition, the Filter node omits the item from its output.

Node parameters#

Create filter comparison Conditions to perform your filter.

  • Use the data type dropdown to select the data type and comparison operation type for your condition. For example, to filter for dates after a particular date, select Date & Time > is after.
  • The fields and values to enter into the condition change based on the data type and comparison you select.

Select Add condition to create more conditions.

Combining conditions#

You can choose to keep items:

  • When they meet all conditions: Create two or more conditions and select AND in the dropdown between them.
  • When they meet any of the conditions: Create two or more conditions and select OR in the dropdown between them.

You can't create a mix of AND and OR rules.

Node options#

  • Ignore Case: Whether to ignore letter case (turned on) or be case sensitive (turned off).
  • Less Strict Type Validation: Whether you want REA Automation to attempt to convert value types based on the operator you choose (turned on) or not (turned off). Turn this on when facing a "wrong type:" error in your node.