I have a PowerApps Canvas App which
- calls a Power Automate Cloud flow, which
- calls a Power Automate Desktop Flow, which runs on an unattended VM in Azure, under a local account on the machine.
This all works fine when I run it all myself.
The Power Apps app is shared with a colleague, who has the same licences as me. When attempting to open the Power Apps app she gets this dialog:

I've entered the unattended VM machine name in Machine or machine group, and then tried various versions for Domain and username / Password, but only get the error 'We weren't able to add this connection'. Under More.. I get 'The provided machine group identifier '[VM-name]' is invalid'.
The Domain/username attempts have been
\[LocalAccountName under which PAD runs]
\\[LocalAccountName..]
AzureAD\[MyName]
AzureAD\[MyColleague'sName]
but all fail.
I'm thinking this must mean my colleague cannot 'see' the VM in some way? She has Contributor access in Azure IAM for the machine, and I have Owner.
This permissions stuff is so baffling!!