Unable to use password from orchestrator asset into database connection string

GetPassword activity returns a SecureString, but the Connection String field only accepts Strings, so you have to convert the SecureString to String

1 Like