How to assign credentials value to variable

Hi @pravin_bindage

Try with this expression

(new System.Net.NetworkCredential(“”, “Your String”)).SecurePassword

Check out this thread

Regards
Gokul