Get password and SecureString

Hello,

I’m using the activity “Get password” to secure store a password, then use it with a “Type secure text” activity.

The problem is that “Get password” is requesting a “string” as ouput variable, and not a SecureString. (“system.security.securestring” cannot be converted to “string”)

How to deal with this ?

Thank you

Hello,

@andrzej.kniola suggested a solution here

take a look and please let us know.

regards.

Happy automation :sunglasses:: if you found the answer of your question please mark it as solved.

1 Like

Hello,

Thank you for your answer, i already found this topic but no luck to apply it.

The problem is still there, maybe this one is an issue/idea ?

Get Password is deprecated. As @beesheep said you should use the credential activities (which yet return string as well)