Sobmit Docs

Output node

Output node card

The Output node is the terminal of a flow. It renders the final result and makes it visible.

Handles

HandlePurpose
InThe final payload to display

What it renders

The Output node inspects the payload and renders it appropriately:

PayloadRendering
TextScrollable text window + copy + .txt download
JSONPretty-printed + copy + .json download
CSVRaw text + copy + .csv download
Image(s)Preview + lightbox + download
Video / AudioInline player
3D modelInteractive GLB viewer
TableRendered table + .xlsx download
HTMLInteractive preview
PresentationSlide view + .pptx download
ResearchMarkdown report + sources

Example

The canonical flow ends at the Output:

Start → Agent → Output

The Agent’s answer renders in the Output node.

Notes

  • The Output node is where “run from here” scopes typically end — the final payload lands there.
  • The Output node’s History tab records the payload from each run, so you can compare outputs across runs.

Related