Limit a bot set to run hourly to specific hours or days

The hourly Bot event is a nice addition.  But sometimes you might not want/need it to trigger 24hrs per day and on weekends.  So checkout this Filter Condition formula that will limit it to 0800-17:59 Mon-Fri

AND(
HOUR(TIMENOW()-"00:00:00")>=8,
HOUR(TIMENOW()-"00:00:00")<=17,
WEEKDAY(Today())>=2,
WEEKDAY(Today())<=6
)

Hope this helps someone 🙂

Simon, 1minManager.com

10 0 139
0 REPLIES 0
Top Labels in this Space