SyForms - UiPath Forms Designer

Hi @KDJ,

If you intend to enter a password on the form and have it accessible as SecureString you can.

  • Set the property of the textbox on the form with “UseSystemPasswordChar”

image

  • Convert afterward your string to SecureString using the trick bellow.

I am attaching you a basic example of it, hope that will help.

Cheers

1 Like