Hi All,
I am trying to create a trigger for every 30 minute between 23:30 to 00:00 which is failing to trigger job at 00:00. It creating 2 jobs correctly as 23:30 and 00:30 only but missing to create a job at 00:00. Cron expression: 0 30/30 23,00 ? * 2-6
I have also tried Cron expression: 0 30/30 21,22 ? * 2-6 and this is also creating only 2 jobs as 21:30 and 22:30 but failing to create/trigger process at 22:00.
It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.
First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.
You can check out some of our resources directly, see below:
Always search first. It is the best way to quickly find your answer. Check out the icon for that.
Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.
Topic that contains most common solutions with example project files can be found here.
Read our official documentation where you can find a lot of information and instructions about each of our products:
Meet us and our users on our Community Slack and ask your question there.
Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.
Thank you for helping us build our UiPath Community!
Hi @shantanu.khaladkar,
If you are on Enterprise Plan I strongly recommend to contact with Technical Support. It’s something you have additionally as an Enterprise User + cases like this (which might be a potential bug) can be fixed better because support is in direct contact with you Otherwise if you are on Community Edition please let me know so I could push this case forward.
This same is also with community edition also as in below image trigger is “Every 30 min starting from 30 min past hour from 5 PM IST to 6 PM IST” but next run is showing at 6:30PM IST only and skipping 6:00PM run.
Expected runs: 5:30, 6:00 and 6:30PM
Actually executing on: 5:30 and 6:30PM only.
Good luck shantanu Khaladkar.
Hint: use difference in time as your trigger or any difference in value for that matter
I had the same question and VB syntax helped alot.