1111057
(개발연습생)
1
오늘 스튜디오가 업데이트 되더니, 아무것도 손댄게 없는 프로젝트에서 갑자기 저런 오류를 호출하네요
Write Range Workbook 액티비티에서, 통합문서경로를 지정하는 부분에 아래와 같이 썼습니다.
“C:\Users\Administrator\Desktop\DRM\after" + name.split(”".ToCharArray).last
저부분에서 오류를 호출하고 있고, 또한 처음 실행 전에는
No-Op restore. The cache will not be updated. Path: C:\Users\Administrator\Documents\UiPath\DRM 해제.local\nuget.cache
이러한 메시지도 함께 떠있습니다.
도움 부탁드립니다.
Hi @1111057
are you trying to split name variable into an array and then taking the last value out of it?
Jithesh_R
(Jithesh Karkera)
3
@1111057 ,
I believe you missed the extension(.xlsx) in the write range workbook activity
Regards,
1 Like
1111057
(개발연습생)
4
Changing lowercase l to uppercase L solved the problem.