Skip to main content

List Text Output

The List Text Output component displays multiple text values as a list from a workflow. This is useful for showing the results of batch processing or multiple text outputs.

Usage

  1. Add a List Text Output component to your workflow
  2. Connect it to a component that outputs a list of text values
  3. Configure how the list should be displayed

Configuration

  • Label: Optional label to describe the output's purpose
  • Display Format: Choose how to display the list (bullet points, numbered list, comma-separated)
  • Separator: Character used to separate items in the display (default: newline)
  • Max Items: Maximum number of items to display (optional)

Example Use Cases

  • Display multiple search results
  • Show a list of processed items
  • Present multiple document summaries
  • Output batch processing results

Input

The component accepts a list of text values from other components in the workflow.