One of our developers who is the owner of this connection on PowerApps does not work with us anymore.
He is still the owner of the SQL connection.
How do i change the ownership to me?
Yes, you can use the connector Power Apps for Admin to retrieve connecion information and edit the permissions:
https://learn.microsoft.com/en-us/connectors/powerappsforadmins/
i am very new to this so here are a few questions:
where do i find all the GUIDs?
is there a way to do it with Flows?
Hi,
you could change the owner from powershell:
Set-AdminPowerAppConnectionRoleAssignment -PrincipalType Group -PrincipalObjectId [Guid] -RoleName CanEdit -ConnectionName [Guid] -ConnectorName shared_vsts -EnvironmentName Default-[Guid]
-------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Regards
Alberto