Repeat Actions Query

He may have more ideas, but unfortunately the screenshot of the logs you posted isn't very helpful: basically all of your actions are being skipped because that first conditional evaluated to false and the actions you're asking about it are contained inside it (and the ELSE-IF is also false, which is odd unless you set the variable to the same thing again since it should either be an increase or a decrease...). Or perhaps it is helpful: if this is unexpected, I'd start by investigating that. I've never used numeric variables increasing/decreasing as part of a conditional, so there may be something odd with how that works. Or, if you can get it to work as you expect and the actions inside still don't work as you hoped, then the logs may be more useful at showing why. Looking at just the repeated actions, it's not exactly like some examples I've seen (this thread is my favorite; it's about repeated notifications, but the pattern is applicable to any kind of repeat: How to get Repeated Notifications using Rule Machine), but it still looks like it should work to me.