> ## Documentation Index
> Fetch the complete documentation index at: https://docs.imagine.art/llms.txt
> Use this file to discover all available pages before exploring further.

# Text iterator

The Text Iterator Node lets you feed multiple text inputs into a workflow and process each one individually through the connected downstream nodes. Enter multiple prompts, descriptions, or any text content — and the iterator passes each one separately to the next node in the chain. It's essential for workflows where you need to generate multiple outputs from different text inputs in a single run.

## Summary

The Text Iterator Node lets you feed multiple text inputs into a workflow and process each one individually through the connected downstream nodes. Enter multiple prompts, descriptions, or any text content — and the iterator passes each one separately to the next node in the chain. It's essential for workflows where you need to generate multiple outputs from different text inputs in a single run.

## How to Use

<Steps>
  <Step title="Add the Node">
    Click the Add (+) button and select Text Iterator from the Text node category.

    <Frame>
      <img src="https://mintcdn.com/imagineart/4Q5n5kOESb0zMk0Y/images/Screenshot-2026-05-07-at-2.09.02-PM.png?fit=max&auto=format&n=4Q5n5kOESb0zMk0Y&q=85&s=518155cec7530808291e7fa159e11530" alt="Screenshot 2026 05 07 At 2 09 02 PM" width="3420" height="1714" data-path="images/Screenshot-2026-05-07-at-2.09.02-PM.png" />
    </Frame>
  </Step>

  <Step title="Enter Your Text Inputs">
    Type your content into the available input fields (Input 1, Input 2, Input 3, etc.). Click + Add Another Input to add more.
  </Step>

  <Step title="Connect Downstream Nodes">
    Link the iterator's output to any node you want to apply to each text input — such as Generate Image, Generate Video, or AI Copilot.
  </Step>

  <Step title="Run">
    When the workflow runs, the iterator feeds each text input one by one through the connected nodes, generating a separate output for every input.
  </Step>
</Steps>

## Sample Use Cases

<AccordionGroup>
  <Accordion title="Batch Image Generation from Multiple Prompts" defaultOpen>
    Enter a series of different scene descriptions and connect to a Generate Image node. Each prompt produces its own image — perfect for generating a full set of visuals in one run.
  </Accordion>

  <Accordion title="Multi-Scene Video Production" defaultOpen>
    Write individual scene descriptions as separate inputs and connect to a Generate Video node. Each text input generates its own video clip, ready to be combined downstream.
  </Accordion>

  <Accordion title="Bulk Ad Copy Variations" defaultOpen>
    Enter multiple ad copy variations and connect to an AI Copilot node to refine, expand, or translate each one — all in a single workflow run.
  </Accordion>
</AccordionGroup>
