If I want to modify an Advanced Pass to include only Friday, I know I can add the condition:
Time CONTAINS Friday
But if I want to modify it to include all weekdays but no weekends, how would I do that? Thanks in advance!
If I want to modify an Advanced Pass to include only Friday, I know I can add the condition:
Time CONTAINS Friday
But if I want to modify it to include all weekdays but no weekends, how would I do that? Thanks in advance!
There’s no easy way to do this right now. I need to think about how we would add this feature. Maybe something like Time CONTAINS Weekday
Thanks for the information. Please let me know if you do decide to incorporate your suggestion.