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”)