Filter Node
Overview
Section titled “Overview”- Applies validation operations to each row
- Rows that fail are excluded from the output
- Same operation set as operation
- Supports the same step output ports as Operation (teal siphon ports on exposed top-level steps). See Operation Node → Step output ports.
- The Operations tab uses the same Split / Grid / Record data views as Operation. See Operation Node → Operations tab data views.
Configuration
Section titled “Configuration”{ "custom": { "execution": { "operations": [ { "type": "validation", "action": "required", "params": {} } ] } }}