Hi all,
I am using GitHub Actions to deploy a solution and so far it works as expected.
The only issue I am facing is that user aware connectors must be owned by a Service Account (SA) top be able to get files, send mails etc.
I am using a Service Principle to deploy the solution, with that the flow and all connections are now owned by the SPN, which is good for governance etc but I the flow with that setup is turned off.
Makes sense as my SPN cannot have Connections to Outlook, SharePoint and Excel, I also don't want to go into all flows and connect them again.
What I am trying to do is use GitHub Actions + PowerShell to share the flow and update the connection references automatically, that unfortunately fails.
Any better way to do that or recommendations on how to handle flows in these cases?