I am using a website that requires the use of a user name and password that is unique to each user. I had everything working where by UiPath would ask for the user name and password and then create Saved Values. Then UiPath would successfully enter these values in the correct fields when needed.
I tried to create a validation tool for the user name and password, as well as updated a few packages.
Now when the Type Into goes to fill in the blank it give me the saved value with additional characters.
May I know what type of additional characters is it adding ? Can you please run the process in Debug mode and check step by step where it is exactly adding it.
You may use message Box or log to verify the username before it is filled into a blank field. It is possible that the username/password you retrieved is different from what you think.
If the username and password are correct, you can activate “Empty field” option before filling in a blank field as illustrated below.
I don’t see the same properties you do, maybe because I’m in StudioX. I did look at the properties screen and it shows that it will empty the field before typing into it.