To create a recipe that operates on a time interval it is best to use our Timer block.
The timer block is limited to intervals that are 60 seconds long. However, we'd like to share a clever workaround to create a custom 1 hour (60 minutes) interval:
- Use the Interval (Timer block) and the Counter block together.
- Set the Timer block Interval setting to 60 seconds.
- Set the Counter block, 60 times to Count Up.
- Now the recipe will run once every 60minutes (or after 60 seconds has been reached 60 times on the counter block).