Bot has to execute on sunday to saturday but timings has changed like sunday at 1:00am, monday at 2:00am, tuesday at 3:00am, wendsday at 4:00am, friday at 5:00am,saturday at 3:00am. we have to create multiple triggers or else can we schedule by using cron expression.
@Sathish_goud_Bhurewar
I think we need to schedule it through multiple triggers.
https://forum.uipath.com/t/troubleshooting-guide-understanding-cron-expressions/307103
create 7 different schedule with same process change the timing alone.
if you want cron expression
0 0 1 ? * SUN *
0 0 2 ? * MON *
0 0 3 ? * TUS *
0 0 4 ? * WED *
0 0 5 ? * THU *
0 0 6 ? * FRI *
0 0 7 ? * SAT *
Regards,
Arivu
We have to create multiple schedules for this this.A single schedule will not work
Cheers
Okay thanks.
thanks arivu, I tired with cron expression. But I have a doubt can we create with single scheduler.
thanks for replay
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.