Hello!
I have a flow created in Power Automate Desktop. It is for web automation and runs on a webpage. The flow works fine in attended mode (triggered by a button in the app), however, when I try to run unattended it only works about 1/4 times. When it doesn't run I get the following error: ''There's an issue starting your desktop flow. Requested agent is not reachable. Check for errors and try running it again.'' I don't think there are any errors in the flow as it works in attended mode.
This is shown in output-body:
{
"error": {
"code": "InternalServerError",
"message": "Requested agent is not reachable."
}
}
I am connected directly to a machine (user is signed out) and I have tried using a gateway but the issue remains. Do you have any suggestions on how this can be solved?
Thank you!