I find “Get secure credential” in the package of “UiPath.Credentials.Activities”,but when I use the password,it shows the securestring can not be used.
What could I do?
type this @herowhite new system.Net.NetworkCredential(string.empty, pswd).Password
new system.Net.NetworkCredential(string.empty, pswd).Password
@herowhite
Instead of type into you have type secure text activity please use that
cheers