Hi, I would like to build a task that does something like this:
We also need to check what day it is.
The task should be somewhat like this.
Have done and testet the part that checks the time, but not sure how to do the day part.
Check time
After 16 (4PM)-> forward to number xxxxxxx
Before 16 -> Check day
Check time
Before 8 -> forward to number xxxxxx
After 8 -> transfer to queue
Check day
Monday - friday -> Check time
Saturday - Sunday -> forward to number xxxxxx
Its the "Check day" i'm not sure how to make.
This is what I have so far.
Does someone have a smart way to do this?