We are trying to Run a Power Automate Desktop Flow in Unattended Mode, but the Flow is getting issues on a particular action.
When we are running the same code in attended mode, it is running without any issues.
In unattended mode, an UI Element for wait window inside the Java Based Application is causing the issue where the bot stops on wait for window action randomly after working on few transactions.
We tried replacing this wait for window action with a loop to check if the required UI Element appears after the wait window is closed. In that logic also, the bot is not able to get out of the loop.
What might be causing this issue in Unattended Run mode?