Clickraft
Nodes

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

DirectionHandlePositionTypeDescription
Inputvideos30%🟠 VideoVideo inputs to collect
Inputimages50%🟣 ImageImage inputs to collect
Inputtexts70%🟢 TextText inputs to collect
Outputoutput-texts30%🟢 TextCollected text outputs
Outputoutput-images50%🟣 ImageCollected image outputs
Outputoutput-videos70%🟠 VideoCollected video outputs

How It Works

  1. Add a List node to your canvas
  2. Connect outputs from multiple nodes to the appropriate input handles
  3. The List node collects all incoming data by type
  4. 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:

ModeBehavior
AccumulateNew items are added to the existing collection. The list grows with each workflow run.
ReplaceEach 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