Fluxyn Docs

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

PropertyTypeRequiredDetails
fields
fields
transform_fieldsOptionalDefine 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.

Related nodes