Skip to main content

Final Output

The Final Output node defines what the workflow returns when it finishes executing. It is typically the last node in a workflow. You can return the output of the last step automatically, or manually map variables from previous steps into a custom JSON response.

Configuration​

Output Mode​

Click Configure to select how the final output is assembled:

ModeDescription
Last StepAutomatically uses the complete output from the last step in the workflow. No additional configuration needed.
ManualLets you define a custom output structure by mapping key-value pairs from previous steps.

Manual Mode​

When Manual is selected, add output mappings to define the response structure:

FieldDescription
KeyA custom name for the output field (e.g. custom_key).
ValueThe variable or value to assign to that key. Type @ to select variables from previous steps.

Click + Add Another Mapping to add additional key-value pairs.

Deliver to Chat​

SettingDescription
Deliver to ChatWhen enabled, sends the final output to a chat. Defaults to the trigger chat.

Show Preview​

Click Show Preview to preview the final output structure before running the workflow.

Results​

The Results tab shows the final output returned by the workflow after execution.

Notes
  • In Last Step mode, the tool returns the complete output from the last node — no mapping required.
  • In Manual mode, use custom key names to shape the final tool response JSON.
  • Variables are resolved to their actual values when the workflow runs.
  • Click on value fields and type @ to see available variables from previous steps.