Hi all
I want to create “next working day” searching RPA
Saturday/Sunday/Holiday will not be included in “next working day”
I have a list of holiday, but i dont know how to filter these holiday from the list
For example, i will search Nextworkday=Datetime.today.Adddays(1), if nextworkday is
saturday/sunday/holiday, it will move to next day until it is not saturday/sunday/holiday
Please help to give suggestion for me
thank you