Skip to main content

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

  1. Add a Flatten List component to your workflow
  2. Connect a nested list input
  3. Configure the flattening options
  4. 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