Hi,
The bot needs to be scheduled to run every 3 minutes.
Kindly guide me with what cron expression I can use in the trigger to achieve the above case.
Thanks and Regards,
Kanak
Hi,
The bot needs to be scheduled to run every 3 minutes.
Kindly guide me with what cron expression I can use in the trigger to achieve the above case.
Thanks and Regards,
Kanak
I’ve tried the expression, and this is what it shows
It will only run between 12 am and 12:59 am.
Thank You so much for the link, I found what I was looking for.
The following expression works for every 3 minutes, 24 hours
Cron Expression: 0 0/3 * ? * * *
Thank You!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.