How to hide password in the UiPath Apps

@karthickrkumaran ,

we don’t have any password control to mask and unmask text right now into apps as direct approach.

you can do some alternate approach.

  1. Create two variable for New Password and ReEnter New Password
  2. Once user enter text and complete then on change please transfer text to the App Variable
  3. After Transfer to app variable set text box control to ********* manually
  4. Similar you can do from Reenter password.
  5. Implement an another rule to match both variable and if not matching throw a red text below saying passwords do not match.
  6. Same approach you can do into Login once enter transfer to the variable and verify from password storage.

Hope this will help you.

Thanks,
Arvind

1 Like