Skip to main content

List Text Input

The List Text Input component allows users to input multiple text values as a list into a workflow. This is useful for batch processing or handling multiple text inputs simultaneously.

Usage

  1. Add a List Text Input component to your workflow
  2. Configure the default list of text values
  3. Connect the output to other components that accept list text inputs

Configuration

  • Default Values: Set the initial list of text values
  • Label: Optional label to describe the input's purpose
  • Separator: Character used to separate items in the list (default: newline)

Example Use Cases

  • Batch processing of multiple text items
  • Input multiple URLs for web crawling
  • Process multiple documents or files
  • Handle multiple user inputs in a single workflow

Output

The component outputs a list of text values that can be used by other components in the workflow.