Show User Output

Overview

Display formatted results or data directly to the user in a chosen format such as HTML, JSON, or tables.

Use Cases

  • Real-time Feedback: Display data summaries or workflow outputs to users.
  • Interactive Reports: Present results in a structured format like tables or markdown.

Configuration Fields

Heading

  • Description: Provide a heading for the output display.
  • Example: “User Results” or “Analysis Summary.”
  • Required: No

Output Formatted

  • Description: Enter the formatted output in HTML, JSON, or Markdown.
  • Example: “

    Results

    Details go here.

    ” or “key: value.”
  • Required: Yes

Format

  • Description: Choose the format for output display.
  • Options: Auto, HTML, JSON, Table, Markdown, Audio, Text, JSX
  • Example: “HTML” for web-based formatting.
  • Required: Yes