Skip to content

Operation Node

  • Transformations – Modify field values (e.g. uppercase, number, template)
  • Validations – Check values and optionally reject rows (e.g. required, lessThan)

Operations are executed in order. Each operation can have a source field and target field.

See Workflow schema for the full schema. The operation node uses:

{
"custom": {
"execution": {
"operations": [
{
"type": "transformation",
"action": "uppercase",
"params": {}
}
]
}
}
}
  • filter – Uses the same operations to filter rows
  • lessThan – Example validation