Generate List creates lists in two ways: repeat a single item multiple times, or convert text input into a structured list. Essential for creating test data, campaign templates, or processing text-based lists.


When to Use It

  • Create template lists for testing workflows
  • Convert copied text (URLs, keywords, names) into usable lists
  • Generate repeated items for bulk operations
  • Transform spreadsheet data into workflow-ready lists

Inputs

FieldTypeRequiredDescription
Generation ModeSelectYesChoose between “Repeat an Item” or “From Text Input”
Item to RepeatTextYes*Text/number to repeat (*For Repeat mode only)
Number of ItemsNumberYes*How many times to repeat (1-1000) (*For Repeat mode only)
Text InputText AreaYes*Enter items to convert to list (*For Text Input mode only)
DelimiterSelectYes*How items are separated in your text (*For Text Input mode only)

Delimiter Options

OptionDescriptionExample
New LineEach line becomes an itemItem 1 (new line) Item 2 (new line) Item 3
CommaComma-separated valuesItem 1, Item 2, Item 3
SpaceSpace-separated valuesItem1 Item2 Item3
TabTab-separated valuesItem1 (tab) Item2 (tab) Item3
SemicolonSemicolon-separated valuesItem1; Item2; Item3

Credit Cost

Free to use - no credits required.


Real-World Examples

Create Test Campaign List:

Mode: Repeat an Item
Item: "Test Campaign"
Count: 5
Output: ["Test Campaign", "Test Campaign", "Test Campaign", "Test Campaign", "Test Campaign"]

Convert Copied URLs:

Mode: From Text Input
Text Input: 
https://example.com/page1
https://example.com/page2
https://example.com/page3
Delimiter: New Line
Output: ["https://example.com/page1", "https://example.com/page2", "https://example.com/page3"]

Process Keyword List:

Mode: From Text Input
Text Input: "keyword1, keyword2, keyword3, keyword4"
Delimiter: Comma
Output: ["keyword1", "keyword2", "keyword3", "keyword4"]

Campaign Name Templates:

Mode: Repeat an Item
Item: "Q4 Campaign"
Count: 10
→ Loop Over List → Replace Text in Docs (for personalized campaigns)

Tips

Text Processing:

  • Copy-paste data from spreadsheets, documents, or websites
  • Choose the right delimiter based on how your data is formatted
  • Clean up extra spaces or formatting before processing

Template Creation:

  • Use repeated items as starting points for customization
  • Combine with other nodes to create variations
  • Perfect for testing workflows with consistent data

Data Import:

  • Convert external data into workflow-compatible lists
  • Process data from sources that don’t have direct integrations
  • Handle irregular data formats from various sources

FAQ