The bot needs to be triggered 2 times in a day, Every mon-fri. The time is 10am & 3.30pm. Can we able to achieve this by using cron expression?


Here I’ve tried for 10am & 3pm, Instead of 3pm, I want to assign 3.30pm.

Hey,

you can use this Cron Expression
0 0 10 ? * MON,TUE,WED,THU,FRI *
0 30 15 ? * MON,TUE,WED,THU,FRI *

Thanks

These are two separate expressions right?
So need to use two triggers for each cron expressions ? @Rounak_Kumar1

1 Like

Yes!!

Thanks

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