Hi,
I have a flow which has the following actions to interact with a website - "Populate text field on web page" and "Click link on web page". This flow is running fine when I execute it from my local machine.
I am planning to run this flow on a windows server. It runs fine when I RDP and the screen is on top. But when I minimize the RDP window or close the session (Not log off), it fails with the following error. Please help -
Failed to write text in form field.
Some simulated input commands were not sent successfully. The most common reason for this happening are the security features of Windows including User Interface Privacy Isolation (UIPI). Your application can only send commands to applications of the same or lower elevation. Similarly certain commands are restricted to Accessibility/UIAutomation applications. Refer to the project home page and the code samples for more information.: Microsoft.Flow.RPA.Desktop.Modules.SDK.ActionException: Failed to write text in form field. ---> System.Exception: Some simulated input commands were not sent successfully. The most common reason for this happening are the security features of Windows including User Interface Privacy Isolation (UIPI). Your application can only send commands to applications of the same or lower elevation. Similarly certain commands are restricted to Accessibility/UIAutomation applications. Refer to the project home page and the code samples for more information.