Result back in powershell
-
After seeing in a demo that Allan could get result from invoking a robot in powershell back. I needed that also but I can not reproduce it by following the documentation. Can somebody help me?
Run-Process -FilePath "C:\Users\emilw\AppData\Local\Programs\OpenRPA\OpenRPA.exe" -ArgumentList "-workflowid fee6c283-0012-4390-8db1-0b95d5d4b4e5"
This starts and runs but doesn't return my out argument.
-
Thats not powershell ... that's using powershell to run the robot from commandline ...
See this for example of how to do this from powershell
https://bb.openiap.io/topic/3/scheduling-robot -