Skip to main content
Timer Trigger

A continuous trigger that fires every X seconds.

Updated this week

Overview

Timer triggers fire repeatedly at a set interval until they reach a certain number of repetitions or they're stopped with a Stop Timer action. Timers can start automatically or with a Start Timer action.


Trigger Properties

Interval

Set the number of seconds between each fire.

Auto Start

Choose if the timer will start automatically when the page loads. If this property is off, the trigger must be started with a Start Timer action.

Repeat

Set the number of times the timer should fire:

  • 1 - 100x: Fires the timer an exact number of repetitions.

  • Continuous: Fires the timer indefinitely or until a Stop Timer action is fired. Set to Continuous by sliding the Repeat slider fully to the right.

Is Enabled

Set if the trigger should fire when the trigger's conditions are met.


Expression Editor Properties

Is Enabled

trigger.isEnabled

Whether the trigger is enabled or disabled.


Resources

Projects

Did this answer your question?