Schedule a bot each day 3 times at 6 , 7, and 8 PM

Hi all
I want to schedule a a bot in orchestrator everyday 3 times at 6,7,8 PM how can i do that
Please help
thank you

@shubham2

Add a trigger and select advanced and give the below expression

0 0 18,19,20 ? * * *

Hope this helps

Cheers

it works , thank you

1 Like

Hi @shubham2

Check out the CRON Expression

0 0 18-20 ? * * *

In the Orchestrator

image

Kindly let us know if you need any specific timing?

Regards

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.