Uipath Cron Expression help needed

Hello, Need a Cron expression to run the process every 8 min between 10:00pm - 11:30pm. Means 1.5 hours. 11.30 may not be multiplied by 8. Give the closest. Maybe till 11.36pm. Thanks

Hi @Ashfaq_Khan

Try this,
0 0/8 22-23 ? * *

Here you go:

0 0/8 22-23 * * ?

Hi @Ashfaq_Khan

I’ll sure this do;

0 0/8 22-23 * * ? *

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