HI @maciejewski ,
I've been looking into this too. Unfortunately this is not possible at the moment and it is unclear if it ever will be. When you run the PAD from your PC, it calls an instance to run from the Cloud.
The following command is called:
"C:\Program Files (x86)\Power Automate Desktop\PAD.Runtime.Robot.exe" --path "C:\Users\[**UserName**]\AppData\Local\Microsoft\Power Automate Desktop\Console\Workspace\829e4538-9631-4e12-a2c4-187299a15ae7\package" --instanceId 4ec585ad1a69462a9818e4648f32ca13 --varPreviewChars 128 --varPreviewLines 5
This includes the GUID for your PAD and an instanceId. Whilst the GUID for your PAD matches with that of the cloud, I couldn't establish how the InstanceId was obtained which must be some sort of authentication to run the flow.
It's quite interesting because you can see all of your solutions here:
C:\Users\[**UserName**]\AppData\Local\Microsoft\Power Automate Desktop\Console\Workspace\
For now at least - it is not possible.
Damien