Visual Designer
Filter
Narrows a dataset down to the rows that matter with a single condition — equals, contains, greater than, in a list, and more.
What it does
The Filter node adds a single condition on one column — for example, Region = West or Status contains "active". The node's label on the canvas updates live to describe the condition in plain terms, so anyone reading the workflow can see exactly what's being excluded without opening the node.
What it doesn't do yet
A single Filter node holds one condition on one column. Combining multiple conditions (AND/OR logic) in one node, and chaining filters meaningfully across a workflow, are both on the roadmap. The generated SQL is always visible in the SQL tab if you want to verify exactly what's running.
Common use cases
Frequently asked questions
Equals, not equals, greater than, greater than or equal, less than, less than or equal, contains, in a list, not in a list, is empty, and is not empty.
See the Filter node in the Visual Designer.