Skip to content

Flow Loop (Repeat)

Repeats connected actions multiple times.

Inputs: 1 · Outputs: Each, Done

Settings

SettingTypeRequiredDefaultDescription
Loop CountStringYes3Number of iterations (1–100).
Delay Between (seconds)NumberNo0Pause between each iteration.
Delay After FinishBooleanNofalseWait after the last iteration before triggering Done.
Delay After (seconds)NumberNoDuration 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:

  1. Loop Count: 3
  2. Delay Between: 1
  3. Each → Send Message with the iteration number

TIP

Use the Math Node to calculate the iteration number. Example can be found here.

  1. Done → Send Message "Go!"

Oasis Admin Editor Documentation