I'm running an app that operates a notification based on time variables. I have an OR condition to spit a notification out.
I want to send notification of which trigger. Time variable in If statement offers 'starts at' but no 'less than' or 'before'...
I can't think of any logic to keep this a single rule - other than adding more rules, Anyone have an idea for workaround or just accept my ever increasing pile of rules continues to grow?
Screen shot of the existing rule would help a lot.
Because "less than" or "before" always will be true. Even 1sec after a selected time it is already before this next day time stamp. The same goes for "after" or "grater than".
You shoud think about how to use wisely "between two times" option. This way the defined time frame always will be correct. One of the time stamp could be just a 12am (midnight).
2 Likes