The reason turned out to be that the HourStarted formula was triggered after 30 seconds, as the hour arrived, and EveryMin was triggered at 0 seconds. The delay in the HourStarted formula is useful in some cases.
You can update the Scripts table in the Calendar entry to make it work.:
EveryMin(() => HourStarted() ? 0 : Val() + 1)
These changes will be included in the project template in the next release.
-
This reply was modified 1 month, 1 week ago by
manjey73.