output_schema and fill its fields with mapping. The result is stored under the step’s ID so later steps can reference it.
Configuration
Mapping
Each key inmapping is an output field; each value is a data access template expression. Pull values from the trigger payload, prior step results, or workflow variables, and apply pipes to coerce or format them:
Example
Build a typed result object from two earlier steps:{{steps.return-result.valid}}.
Sync return triggers
Transform is the step that produces the typed result a sync return trigger returns to the caller. For those workflows the transform must be the last step, setoutput_schema_type to the trigger’s required type, and produce an output_schema that matches it.
Next steps
- Data access. Template syntax and available pipes for
mapping - Trigger modes. Where transform output is consumed by sync return triggers