unable to assign default value to password variable
if we put SecureString type to the out_password argument then it show error
If we put String type of the password argument then it won’t show error but is it valid to do so.
password variable should be of type SecureString. You can change it in the variables tab below.
It is not in the list by default, browse types(last option) and then search secureString and use it.
Sorry, but you cannot put the value in the activity directly for secureString. Please enter it into the properties panel(on the right side) field secureText and then only it will work.
This is a security thing in UiPath. this will solve your issue.
Hello,
I am not getting what actually you mean to say which activities properties pane where we have to store the password value. I was trying to store the password value in variable “password” in System1_Login workflow but whenever we pass the default value in password variable it show error.
In the above screenshot, the variables are just assigned to store the username and password from your GetAppCredential workflow. Do not hardcode any default value.