Cron expression scheduler

HI all, I want to schedule a process which will generate a report on every 1st day of the month. For that I have written this expression,
0 0 1 1 * ? * Please let me know if I am wrong.

Thanks in advance.

Hi @apurv_joshi1

Welcome to UiPath community

Do you have any specific time to run the process on 1st of every month?

You expression was good

image

You can use this for checking

Regards
Gokul

Hi @apurv_joshi1

Checkout this expression

0 0 1 1 * ? *

Regards
Sudharsan

i want to run it at 1am

Yes It will run at 1 am
image

Regards
Sudharsan

can give the same feedback as Gokul has given (looks ok, help of online tools)

Maybe the cron is not accepted in Orchestrator. We observed that when this happen we just reformat the spaces as often a copy and paste from out side helper tools did confuse. Afterwards it was accepted by Orchestrator when creating / editing the trigger

thanks for the response

Then Your expression is good 0 0 1 1 * ? *

Regards
Gokul