Repeat

Can be used to repeat parts of the workflow at specific time intervals.

Example

In this example, the workflow tries to turn on the projector and checks its power state. If the projector is not on, the repeat action is used to retrigger this logic for a defined number of times.

From left to right:

  1. Projector "Power on" action.

  2. Wait for 5 seconds.

  3. Get the power state from the projector.

  4. Check the state with a condition action.

  5. If the check is failing the "Repeat" action will be triggered.

  6. The “Repeat“ action will re-execute the entire chain until the condition is successful or the defined number of retries is reached.

Example project

triangle-exclamation
circle-check

Last updated