
Announcements
Hi Guys,
Im trying to launch a flow via cloud connected to my power automate desktop. In the process of making my desktop, the flow had to interact with the UI elements of another program. The problem was that program was running by default with user account control, so to interact with the UI elements I had to force POWER AUTOMATE DESKTOP and every single app in his paste to run as administrator
(all selected items are forced to run as admin)
If I try to run only POD as admin, the flow doesn't recognize UI elements.
The big problem is when I ran everything as admin, when I try to launch it in the cloud. That error message appears:
An unexpected error was encountered while running the workbench flow script:"System.ComponentModel.Win32Exception (0x80004005):
The requested operation requires more priviliges in:System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
IN
System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
IN
Microsoft.Flow.RPA.Desktop.Robin.Runtime.Agent.Agent.LoadRobotImpl(String packageLocation, Int32 varPreviewChars, Int32 varPreviewLines, Boolean isDebug)
IN
Microsoft.Flow.RPA.Desktop.Robin.Runtime.Agent.Agent.<>c__DisplayClass73_0.<LoadRobotAsync>b__0()
-- End of stack trace of previous location where exception was thrown ---IN
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
IN
Microsoft.Flow.RPA.Agent.Server.Components.ScriptEngines.RobinEngine.RobinEngine.<Execute>d__17.MoveNext()"
I can fix this message by removing the admin rights of the app in the power automate desktop paste called: "PAD.Robot"
But the problem is then the UI elements are not recognize anymore.
I think i need to give more privileges to another app. Maybe? Can someone help me on this? 🙂