Hello guys i have an automation that i want run everyday except Sunday and Monday, is it possible to use cron expression for that? Thank you
Hi @Kelvin1
Yes,You can do that
0 0 9-17 ? *3-7 would trigger every hour from 9:00am until 5:00pm on Tuesday through Saturday.
Hi @sangeethaneelavannan1 i was checking the cron expression that u give to me
why its show undefined?
And by the way i only need to run the program once/day not every hour
@kelvin AT what time it needs to run?
0 0 12 ? 3-7 * -This is for every day from Tuesday-Saturday, the job is scheduled at 12 am.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.