Hi All,
How do I schedule a bot to run only one time a month (Only on first Monday)?
Thanks,
Naresh
Hi All,
How do I schedule a bot to run only one time a month (Only on first Monday)?
Thanks,
Naresh
Also can you tell us the time u want to run @Mandava_Naresh
Hi @Mandava_Naresh
lets say u want to run 10 am on first monday of evry month
0 0 10 ? * 2#1
6 pm of first monday every month
0 0 18 ? * 2#1
so on… kindly alter the cron depending upon ur time
hope this helps
Thank you very much @nikhil.girish
Thank you very much @Sudharsan_Ka … It worked
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.