Password is not picking up from Windows Credential Manager

Hi
I have created a Generic Credential name “credentialtest” …on my LAPTOP

used “Get secure Credential” activity …

saved password in variable as “login_pwd”
saved user in variable as “login_id”


But why the “login_pwd” is not entering in website …and it showing value as “security.securestring”

image

@allurai_india

To enter password use Type Secure Text activity and pass that password variable into it.

2 Likes

so , I have to change Variable "login_pwd” from String type to securestring type ???

@allurai_india

Yes, Exactly. It should be System.Security.SecureString type but not System.String.

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