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 Workflows for Inspiration

🔍
Web Book Scraping and Email Sending
Automate scraping of book prices, generate sorted CSVs, and email results instantly.
Learn more >
🔍
AI Stock News Sentiment Analysis Assistant
Automate stock news scanning and get instant sentiment insights to guide smarter investments.
Learn more >
📧
AI Email Lead Acquisition and Status Tracking
Automate lead import from Google Sheets, send personalized emails, and update outreach status instantly.
Learn more >