Data Looper repeats operations based on a count or condition, enabling pagination and repeated API calls. Essential for fetching large datasets page by page or processing data in batches. Use Data Looper to:
- Fetch paginated API data (page 1, 2, 3...)
- Process data in batches
- Loop steps until a condition met
How to Add Data Looper
1
Click the Logic Processor icon between operations.
2
Select Data Looper.
3
Configure settings.
4
Click Save.
Configuration
| Field | Description | Required |
|---|---|---|
| Data Looper Name | Name for this loop | Yes |
| Target | Last operation to include in loop | Yes |
| Repeat Count | Number of times to repeat | Conditional |
| Step Shift | Increment after each iteration | Yes |
| Repeat Condition | When to continue looping | Conditional |
Important: You must provide either a Repeat Count OR a Repeat Condition (or both).
Related Articles
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article