How to check if today is holiday, saturday or sunday?

Hi Uipath,

I need help with my problem.

Let say Feb 25 2022 is a holiday and Feb 26 2022 , Feb 27 2022 are Weekend.

when I run my robot on Feb 28, 2022 (Monday) how can I make my output Feb 25, 2022,Feb 26 2022 and Feb 27 2022?

Let me know if my question is confusing.

thanks in advance.

Alvin

Hi,

We can easily check if some day is Sunday or Saturday. However, it’s a little challenge to check if holiday, because it depends on country, year or organization etc

There are some approaches to achieve it. For example, if we can have holiday calendar in advance, we can use it.

or the following custom activity may help you.

Regards,