How to change the password

Hello, I am very new to RPA. Our already existing robot logs in on a website with a username and password. In the software I see that a variable has been inserted instead of the username and password. Where can I change the username and password in UiPath Studio?

Hi @ui.path.newbe.123, look at the variable tab at the bottom of the UiPath screen and check if that particular variable has a default value which is the Username/Password. The same can then be changed. Otherwise, check if there is a Config file from where the credentials are being read and change them there accordingly.