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
- Add a List Text Input component to your workflow
- Configure the default list of text values
- 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.