Workflow Outputs

Define how you want to render the output of a Workflow

How do I define how the output will be rendered?

As part of configuring your workflow's End node, you can select how to render the text.

By default, the system will auto-detect the render type based on the content of the output.

Supported Render Types

The following render types are currently supported:

  1. Markdown: Supports text formatting, links, and images for rich text presentation.

  2. Code: Displays code with proper formatting and syntax highlighting.

  3. HTML: Renders HTML content as a web page viewer.

Single vs Multi-Output

You can easily toggle between single output and multi-output modes directly in the End step configuration. No JSON step required.

  • Single Output: Returns one value from your workflow. Ideal for simple workflows that produce a single piece of content.

  • Multi-Output: Returns multiple named values from your workflow. Use this when you need to output several distinct pieces of data (e.g., title, body, meta description).

To switch between modes, click the toggle in the End step configuration panel. When using multi-output, you can define multiple output fields, each with its own name and render type.

Last updated

Was this helpful?