I want to run something only on weekdays.
I have the following If action but it's not working:
{-TimeNow.DayOfWeek-}!='Saturday' && {-TimeNow.DayOfWeek-}!='Sunday'
For example, today is Wednesday, and the above action should give a True, but in fact it gives False, on ZP 7.x.
Is there something wrong with the logic?
Thanks.
I have the following If action but it's not working:
{-TimeNow.DayOfWeek-}!='Saturday' && {-TimeNow.DayOfWeek-}!='Sunday'
For example, today is Wednesday, and the above action should give a True, but in fact it gives False, on ZP 7.x.
Is there something wrong with the logic?
Thanks.