How to safely save and use a Excel workbook password in a process?

I want to use a process who needs to read an protected excel. Where can I save my password ?
Excel read activities only accept String as password properties. So I can’t use an credential asset from orchestrator because it returns SecureString. Also, I can’t directly write the password in the process because it can change and it is not a safe way.

Someone had this situation once ?

Regards,

1 Like

@Maxime_Bonis you can convert secure string into plain text. please refer: Convert SecureString to String - Get Secured Credential

1 Like

Thank you it works

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.