I built a very simple Power App (1 input field) that then triggers a web flow. That web flow triggers a Desktop flow that runs on a VM.
All the flow does is pass a search term from power apps, launches google on the VM and searches for the term. Obviously not the production case in mind, just a POC to make sure all my connections are working.
The problem I have is when I run, it takes almost 1 minute to run. The VM is up and waiting (I am in attended mode).
If I just run the desktop flow it takes about 5 seconds.
Is there any way to reduce the lag of those steps? Eventually I want the production case to run in unattended mode. Would the performance between Attended and Unattended be similar?