Transform
Creates or reshapes values for the rest of the current flow run.
Data
Use this when you want cleaner field names or need to compute a new value before sending it somewhere else.
When to use it
- Rename incoming fields.
- Build cleaner event payloads for downstream nodes.
Routing behavior
Continues through its connected downstream path when it completes successfully.
Properties
| Property | Type | Required | Details |
|---|---|---|---|
fields fields | transform_fields | Optional | Define output fields: field name, type, and value (constant or expression) |
Common mistakes
- Transform changes only the current flow path.
- Use Set Properties if you need values to persist into future events.