Skip to content

Filter Node

  • 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.
  • Canvas stacks use the same Max Operations to Display and Compact operations without ports settings as Operation. See Operation Node.
{
"custom": {
"execution": {
"operations": [
{
"type": "validation",
"action": "required",
"params": {}
}
]
}
}
}
  • operation – Same operations, but transforms data instead of filtering
  • lessThan – Example validation