Hourly trigger in rule engine

@Danny_Richman, repeat schedule is not currently supported in Rule Engine, though you may be able to use variable as the workaround. See below for example that I use one rule to toggle variable value every hour, and another rule to execute desired actions when this variable’s value changes. (I added the time window in the 2nd rule’s IF_Condition just to demo the case if you only want the actions to be executed during certain time of the day since the variable will keep toggling every hour.)

  1. Create a rule to toggle the True/False variable every hour
  2. Create another rule to execute the desired actions when this variable’s value changes

Can you also provide a bit more details about your rule scenario so I can better understand the use case? I’d like to note down your needs since the repeat schedule feature is in my list. Thanks.

2 Likes