Hi everyone,
I'm experiencing a strange issue with keyboard shortcuts in unattended mode. I've built a simple PAD flow to refresh data in an Excel file (Data -> Refresh All).
Here's the situation:
- Attended Mode: The flow works perfectly, clicking the "Refresh All" button as expected.
- Unattended Mode (Initial Attempt): When running unattended, the flow throws a UIPI error when trying to interact with the button.
- Unattended Mode (Workaround Attempt): To avoid the UIPI error, I replaced the button click with a keyboard shortcut (e.g., Ctrl+Alt+F5 or whatever shortcut maps to "Refresh All"). The error is gone, but the data is not actually refreshing in the Excel file.
It seems like keyboard shortcuts should work in unattended mode. I'm stumped as to why this isn't working.
Has anyone else encountered this issue or have any suggestions on how to resolve it?
Thanks in advance for your help!