Skip to main content
Version: console

Repeat (Loop)

To execute the same action or set of actions multiple times, often for a fixed number of iterations or based on specific criteria (value).

Example in iPaaS:

Use Case: Send reminders to customers.

• Repeat action 3 times for each customer who has an overdue invoice.

Workflow:

• Fetch customers with overdue invoices.

• Repeat: Send reminder email 3 times with a delay between each email.