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,