output node explicitly controls what data is returned from a flow, allowing you to select from artifacts, transform results, and name outputs.
Basic Usage
Configuration Options
Options Reference
| Option | Type | Description |
|---|---|---|
name | string | Name for this output |
source | string | string[] | Step ID(s) to pull from |
transform | string | Transform strategy |
fields | string[] | Fields to pick (for ‘pick’ transform) |
customTransform | function | Custom transform function |