I used what I saw on other topics String acme_password = new system.Net.NetworkCredential(string.Empty,Password_acme).Password
but still same error occurs.
"Compiler error(s) encountered processing expression “acme_password”. Value of type ‘System.Security.SecureString’ cannot be converted to ‘String’.
Welcome to the community!!
I have a sample workflow which converts a string to secure string (represents Orchestrator password), and secure string back to normal string.