How To Convert SecureString DataType To String DataType In UiPath
Almost all the processes fetch the credentials from Windows Credentials or Orchestrator. But the Mail activities that the UiPath provide us accepts only the string data type for the password field. Let’s see how to handle it…!!! 1.Fetch username and password from Windows Credentials. 2.Convert Password from SecureString to String Datatype. Assuming we have credential … Continue reading How To Convert SecureString DataType To String DataType In UiPath