How to open password protected shared folder

Hi all,

I have a process where i have to read a excel from a shared folder which is password protected. Is there any activity for it?

In the Excel Application Scope, you can give the password of file. Check the properties of Excel Application Scope.

  • Password - The password required for opening password protected Excel workbooks, if necessary. Only String variables and strings are supported.

The shared drive/folder is password protected

Hi @kishore.shetty

Access that path one time and keep the certificate.
Or develop a process to type into the password.

1 Like

Okay, I will try that out. Thank you.

Hi, I´m stucked with the same issue, did you find a way to do it? and if so, could you please let me know how?