Sortie
Exit point of the workflow. Returns the final result that will be available to the caller (API, sub-workflow, interface).
Parameters
| Parameter | Type | Required | Variable | Description |
|---|---|---|---|---|
outputVariable | text | No | No | Variable name containing the workflow output value. |
label | text | No | No | Display label for this output in the interface and logs. |
Tip
Connect the output block to the last block in your chain. The final result is automatically composed of the data from the last connected block.