Skip to main content
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:

Manual Mode

When Manual is selected, add output mappings to define the response structure: Click + Add Another Mapping to add additional key-value pairs.

Deliver to 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.
  • 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.