Overview

This workflow is a tutorial for anyone new to automation. It shows three ways to repeat an action. You can see how Specify Count, Iterate Collection, and Iterate Lines handle data. This helps you choose the right loop for your projects.

Who This Is For

This template helps builders understand how to handle repetitive data efficiently.

  • New Users. Learn the basics of the platform through a simple demo.
  • Data Managers. Understand how to process lists or arrays of information.
  • Content Creators. Learn how to split blocks of text into separate lines for processing.

How It Works

1
  1. Fixed Repetition
  2. The Specify Count mode runs a task for a set number of times. It ignores the input data and follows your chosen count.
2
  1. List Processing
  2. The Iterate Collection mode goes through an array. It processes every single item in the list one by one.
3
  1. Line Splitting
  2. The Iterate Lines mode looks at a block of text. It treats every new line as a distinct task.
4
  1. Result Comparison
  2. The end node displays the output from all three paths. You can compare them to see how the data changed.

What You'll Need

  • A sample list of words.
  • A block of text with several lines.

How to Use

Step 1. Click the Test Run button in the upper right corner to open the input menu.

Step 2. Paste a list like ["Apple", "Banana", "Orange"] into the "Array field."

Step 3. Type the same words on separate lines in the "TextLine field."

Step 4. Click the Start Running button and check the results.

Was This Page Helpful?

More Templates for Inspiration

💡
Landing Page Optimization Analyzer
Stop guessing why your visitors aren't converting and let a top-tier expert roast your page into shape.
Learn more >
💬
Data Analysis Agent
Ask questions in natural language and instantly analyze Google Sheets data with an AI-powered data analyst workflow.
Learn more >
📝
YouTube Video In-Depth Analysis
Overview Watching videos to extract specific data is slow and tiring. This workflow acts as a Video Distiller, automating the research process by scraping full transcripts and fetching official metadata. An AI expert then merges statistics and every spoken word into a structured report that highlights core arguments, target audience insights, and key takeaways. Who...
Learn more >