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.
{
"custom": {
"execution": {
"operations": [
{
"type": "validation",
"action": "required",
"params": {}
}
]
}
}
}
  • operation – Same operations, but transforms data instead of filtering
  • lessThan – Example validation