공휴일 다음날

start end
날짜입력 now.ToString(“yyMMdd”) now.AddDays(1).ToString(“yyMMdd”)
asdf

안녕하세요 Uipath로 프로젝트 만들다가 막혀서 질문드립니다.

어플에 날짜를 입력해야하는 공란이 있습니다.

start => now.ToString(“yyMMdd”)
end => now.AddDays(1).ToString(“yyMMdd”)

저 공란에 날짜입력 후 다운을 받게 되는데 End 칸에

공휴일과- 일요일은 +1더해서 날짜를 기입하고 싶습니다.

방법아시는분 계시면 방법공유좀 부탁드립니다.

Start 에는 오늘날짜

End 오늘 다음날(영업일)을 입력이 되야하는데 공휴일과 일요일

= 공휴일날짜정보(날짜불러오기좋은곳 있으면알려주세요)는 엑셀에있습니다.

Hi @sahyunid1

Please find attached sample xaml to calculate the bussiness days which excludes sunday as of now.

Days_BusinessDaysLogic.xaml (10.9 KB)

If yours holidays are there in a Excel then you can check if the returned date is equal to that holiday if yes then run this xaml again in a loop and that should give you the required date

cheers