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.

Add conditions#

Add comparison conditions using the Add Condition dropdown. The available comparison operations vary for each data type.

Boolean

  • Equal
  • Not Equal

Number

  • Smaller
  • Smaller Equal
  • Equal
  • Not Equal
  • Larger
  • Larger Equal
  • Is Empty

String

  • Contains
  • Equal
  • Not Contains
  • Not Equal
  • Regex
  • Is Empty

Combine conditions#

You can choose to keep items:

  • When they meet all conditions: select Combine Conditions > AND.
  • When they meet any of the conditions: select Combine Conditions > OR.