I used the recording method to create a robot that sign in to a website. But when i wanted to look for it and change it from UiPath Studio manually ( In case the use name or the password has changed ) i couldn’t find its value !! Can anyone help me with this urgent situation ?
I hope you used Web recording then it will generate output as sequence and it will be enclosed in one container. Go to that flow and there you can change username and password. Please check below screenshot for your reference.
I tried that but it didn’t work. When i execute the project the username and the password filled are both " admin " , but in the project files this is what i find : ![2|332x146]
I can’t find where the " admin " credentials are saved to change them .
Actually my friend i am trying to learn UIPath by discovering an existing project, so i don’t know if it is Manual or Automatic recording :\ Can i contact you via mail plz ?
If I understand you correct, you have an existing workflow containing a recording. When you run it, it is typing in the Username and Password. Now you are trying to figure out what is value of this password, as it might appear as * or dots while running the workflow?
The Password seems to be stored in variable “password”. So it might have already been assigned at some place before in the workflow. Please check if there is any value assigned to variable password.