Hide password in input dialog activity

Hi,

How to make the entered password into star in input dialog activity?
I’d like to hide the entered password in the input dialog, so that it will be used during sign into D365. Sooner reply will be appreciated.Thanks

-Ajith

1 Like

In the properties, check option IsPassword.

  • IsPassword - Specifies if the input value should be treated as a password.
4 Likes

Change variable type to SecureString

Thanks Karthik, it’s working:)

1 Like

Done. TQ

I am using Type into activity where i can give IsPassword

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.