- Extract — how the source is fetched: direct API, browser scrape, and more.
- Transform — the workflow’s transformation, if any, plus built-in function fields.
- Load — downloads, API access, and connectors receiving each run’s results.
Transformation
The Transform section lists the fields the transformation reads and the fields it adds or modifies, each with a summary of how it is computed when available. Click a field to open it in the Schema tab; untouched fields pass through as-is. Workflows without a transformation show a note saying so.API
- Get workflow by ID returns the
transformationobject. - List workflow connectors returns the workflow’s delivery connectors.