Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey there
i want to exclude Saturdays from my loading scheduled
i try to use condition at the start
if [date] Doesn't equal Sat
i need to edit the date formula i get 3 rows
Date* : (i tried using Today or now
Output format: (in my case it's D)
Input format: ??????
Can someone explain how to use it or if there's any other way to solve this ?
thanks in advance
I wasn't able to make heads and tails of your post, but if you want a scheduled task to run every day of the week except Saturday, you would use 1-6 in the fourth position. A similar case is described in the documentation:
thank's i will try that also
You can also try other ways like this
Run the task every day
in the source code of task execution check if it is sat then exit with-out further executing code. if not sat then execute complete task.