Hi everyone,
I do have a scenario where I do not want bot to run on 1st day of every month
I can not use crone expression so I have to do in script it self
So, bot need to check if its 1st day of month it should not run
Hi everyone,
I do have a scenario where I do not want bot to run on 1st day of every month
I can not use crone expression so I have to do in script it self
So, bot need to check if its 1st day of month it should not run
You can use a condition similar to ‘if: Date.Now.ToString(“dd”) = 01’ and if condition is fulfilled throw system exception or end the process some other way.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.