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 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.
Welcome to UiPath community
Do you have any specific time to run the process on 1st of every month?
You expression was good
You can use this for checking
Regards
Gokul
i want to run it at 1am
Yes It will run at 1 am
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