List
Collect and batch multiple text, image, or video outputs together.
The List node collects multiple outputs from your workflow into batches. It accepts text, images, and videos simultaneously, making it useful for organizing results and preparing content for review or export.
Inputs & Outputs
| Direction | Handle | Position | Type | Description |
|---|---|---|---|---|
| Input | videos | 30% | 🟠 Video | Video inputs to collect |
| Input | images | 50% | 🟣 Image | Image inputs to collect |
| Input | texts | 70% | 🟢 Text | Text inputs to collect |
| Output | output-texts | 30% | 🟢 Text | Collected text outputs |
| Output | output-images | 50% | 🟣 Image | Collected image outputs |
| Output | output-videos | 70% | 🟠 Video | Collected video outputs |
How It Works
- Add a List node to your canvas
- Connect outputs from multiple nodes to the appropriate input handles
- The List node collects all incoming data by type
- Connect the output handles to downstream nodes to pass the batched content along
Accumulation Modes
The List node supports two modes for handling incoming data:
| Mode | Behavior |
|---|---|
| Accumulate | New items are added to the existing collection. The list grows with each workflow run. |
| Replace | Each workflow run clears the previous items and replaces them with new results. |
Use Cases
Collecting Multiple Generations
Connect several Image Generation nodes (each with different prompts, models, or aspect ratios) to a single List node to review all results in one place.
Batch Processing
Fan out from a List node to process all collected items through the same downstream pipeline — for example, publishing all images to Shopify or generating videos from each collected image.
Content Organization
Use List nodes to organize content by category — one List for product photos, another for lifestyle shots, another for social media variations.
Tips
- Use Accumulate mode when you want to build up a collection across multiple workflow runs
- Use Replace mode for workflows that should produce a fresh batch each time
- Connect multiple different node types to the same List — it handles text, images, and videos simultaneously
- List nodes are especially useful in Social Media Pipeline workflows where you generate content in multiple formats