Skip to main content

Timer Block

A helper that fires every X seconds.

Updated over 3 weeks ago

Overview

A Timer block fires an action(s) repeatedly at a given interval for a given number of repetitions, similar to a Timer trigger. Unlike Timer triggers:

  • Timer blocks are started by a trigger.

  • Timer blocks do not have an Auto Start property.

  • Timer blocks' repetitions must be defined, meaning they cannot be continuous.


Timer Properties

Interval

Set the number of seconds between each fire.

Repetitions

Set the number of times the timer should fire. Unlike Timer triggers, this cannot be set to continuous.

Fires Immediately

Choose whether actions fire immediately when the timer starts, then repeat at each interval, or wait a full interval before first firing.

Did this answer your question?