I use a hot key to launch Slack. However, I only want to check it twice a day, between 8:30 and 9:00 a.m. and 3:00 and 3:30 p.m. If I attempt to invoke the hot key at any other time, nothing happens.
Intuitively, it seems like I would leave my hot key in place, and then use and IF action to test if the time is within one of those two time periods. If the condition is TRUE, the app opens as usual. If it’s FALSE, nothing happens.
The problem is that I can't figure out which condition to use to see if the current time falls within one of the two times slots.
Thoughts?