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:
Projector "Power on" action.
Wait for 5 seconds.
Get the power state from the projector.
Check the state with a condition action.
If the check is failing the "Repeat" action will be triggered.
The “Repeat“ action will re-execute the entire chain until the condition is successful or the defined number of retries is reached.
Example project
Please find the project within Grid Studio under the template projects.
The example project includes exactly the workflow shown above.
A toggle button on the board is used to simulate the projector's power state.
Run the workflow to execute the logic.

Last updated