Filter list data by rules before processing
The Filter step removes elements from an array based on conditions you define, outputting only the matching items. It has two actions: Filter, which keeps rows that match a condition, and Deduplicate, which collapses duplicate rows.
Filter array elements by condition. Elements that match are included in the output; elements that don't are excluded. Place between a data source step and a For Each step to narrow down what gets processed.
Reads an array from the input and applies configured filter conditions. Typically placed between a data source (CSV Import, Google Sheets Read, or Collect) and a For Each step. Conditions support AND/OR/NOT logic with operators like equals, contains, greater than, starts with, matches regex, is empty, and more. Outputs a list array of matching elements and a list_count.