Appearance
Flow Loop (Repeat)
Repeats connected actions multiple times.
Inputs: 1 · Outputs: Each, Done
Settings
| Setting | Type | Required | Default | Description |
|---|---|---|---|---|
| Loop Count | String | Yes | 3 | Number of iterations (1–100). |
| Delay Between (seconds) | Number | No | 0 | Pause between each iteration. |
| Delay After Finish | Boolean | No | false | Wait after the last iteration before triggering Done. |
| Delay After (seconds) | Number | No | — | Duration of the post-loop delay. Visible when Delay After Finish is on. |
Outputs
- Each — Fires once per iteration.
- Done — Fires after all iterations complete.
Example
Send 3 countdown messages:
- Loop Count:
3 - Delay Between:
1 - Each → Send Message with the iteration number
TIP
Use the Math Node to calculate the iteration number. Example can be found here.
- Done → Send Message "Go!"
