Hi all
Have list of holidays in excel based on this bot should run
If there is any holiday Bot should stop throw exception. If not bot should Run and execute the process
Any example on this…? How to do this
Hi all
Have list of holidays in excel based on this bot should run
If there is any holiday Bot should stop throw exception. If not bot should Run and execute the process
Any example on this…? How to do this
Hi @Sam_H follow these steps:
Loop your data table by for each row activity
In the loop check Row(“ColName”).ToString.equals(“holyday”) then call the ShouldStop activity
Hello @Sam_H - How about below steps
Hello @Sam_H
If you dont want to execute bot at all during Holidays, then you have to create the holiday calendar in orchestator and then schedule the bot to work based on the holiday calendar.
Else if it is ok to run the bot and checking the holiday excel sheet and if current day is equal to the date in the excel, then process shouldn’t execute further. This also can be done.
Thanks
Hi @Sam_H ,
As per best practices you have two options:
Hope this will be helpful.
Happy automating!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.