Hi,
I am creating a power automate desktop flow for a desktop application.
In the flow i have encountered a problem where:
1. I press a button
2. A window pops up
3. I fill out some information in the window
4. I Press Next
5. The window seems to be closing
6. A new window with information based on the information i filled into the first window is shown
7. I extract some information from the new window.
This process works fine when i run the flow manually to test it. But when i trigger it from my cloud flow, it fails with "Failed to get UI element". I can see that it fails to extract information from the second window, because it cant fint the window. To debug this i inserted a "Take picture" just before it fails, and the picture show the first window (like it has now been closed, even though it has).
I have tried inserting a "Wait" to fix any delay, but that didnt work.