How to assign a value of string data type to a secure string variable?

Hi experts,

I want to use a Type Into activity to input user’s password. It’s configured to “Secure” option and it created a secureString variable automatically from the activity’s input properties. However, when I try to assign a value to secureString variable in variables panel with a string value, it got error.

How should I assign the value to secureString properly in StudioX?

Thank you.

@D_Okthree

Please try this

New Net.NetworkCredential("","Password").SecurePassword

cheers

It works, Bro! Thank you so much!

1 Like

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