Operation Node
Overview
Section titled “Overview”- 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.
Configuration
Section titled “Configuration”See Workflow schema for the full schema. The operation node uses:
{ "custom": { "execution": { "operations": [ { "type": "transformation", "action": "uppercase", "params": {} } ] } }}