@CodyChrunos _ glad to hear that 🙂
For future seekers - Please copy and paste the below code into your power automate desktop(keep anyone one method)
SET base64String TO $'''Um9hciAtIEthdHkgUGVycnk='''
@@copilotGeneratedAction: 'False'
Scripting.RunPowershellScript.RunPowershellScript Script: $'''$base64String = \"%base64String%\"
$bytes = [System.Convert]::FromBase64String($base64String)
$text = [System.Text.Encoding]::UTF8.GetString($bytes)
Write-Output $text''' ScriptOutput=> PowershellOutput
Scripting.RunDotNetScript Imports: $'''System.Text''' Language: System.DotNetActionLanguageType.CSharp Script: $'''byte[] data = Convert.FromBase64String(base64String);
base64String = Encoding.UTF8.GetString(data);''' @'name:base64String': base64String @'type:base64String': $'''String''' @'direction:base64String': $'''InOut''' @base64String=> base64String
How to copy/paste above code into power automate desktop?

Thanks,
Deenuji Loganathan 👩💻
Automation Evangelist 🤖
Follow me on LinkedIn 👥
-------------------------------------------------------------------------------------------------------------
If I've helped solve your query, kindly mark my response as the solution ✔ and give it a thumbs up!👍 Your feedback supports future seekers 🚀