Hello Community!
I’ve been trying to use an “On Schedule” trigger in order to schedule my WF to run twice a day. First run at 03:00 AM, second run at 03:00 PM.
The Custom Cron Option allows me to set up this but I don’t know how.
Please help!
Hello Community!
I’ve been trying to use an “On Schedule” trigger in order to schedule my WF to run twice a day. First run at 03:00 AM, second run at 03:00 PM.
The Custom Cron Option allows me to set up this but I don’t know how.
Please help!
@Lucas_Vargas this cron should help you with that:
0 3,15 * * *
See here for some help with crontabs.
Hi @Lucas_Vargas - are you trying to run the cron job every day? If so that would look something like 0 3,15 * * *
. You can use something like Crontab Guru to play around with the expression
Edit: Great minds think alike, @roemhildtg
lol I just saw that. Nice timing, we had almost the same response
Nice! Thank you! You helpe to understand this crontan guru page. Have a nice day sir!
Thank you mate!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.