Flatten List
The Flatten List component converts nested lists (lists of lists) into a single-level list. This is useful for simplifying complex data structures and making them easier to process.
Usage
- Add a Flatten List component to your workflow
- Connect a nested list input
- Configure the flattening options
- Use the flattened output in subsequent components
Configuration
- Join text: Text to join the different elements of the list
Example Use Cases
- Combine multiple lists into one
- Simplify complex data structures
- Prepare data for batch processing
Input/Output
- Input: A nested list structure
- Output: A single-level list containing all elements