I am using a powershell activity to pull name of the user that’s currently logged into the machine: $env:UserName
Now, I would like to assign that value to another existing sting variable called “User”
How can I accomplish this?
Thank you!
NVM, thanks! See another post that I missed.