Does the Invoke Powershell activity actually work? It seems absurdly difficult to use.
- Here are some simple commands that work in a Powershell window:
get-process winword
get-process winword,notepad
get-process -Name winword
get-process -Name winword,notepad
- And now, UIPath:
This works:
But this does not:
Can someone please explain to me why Invoke Powershell and its Parameters and PowerShellVariables make it so maddenlingly difficult to reproduce a simple Powershell command?
I thank you in advance,
Tom