I made a powerapp that collects some data and a submit button that starts a powerautomate flow.
In the flow I have several steps that need connections for azure devops, outlook, etc. I made the flow with a service account aswell as all the connection references.
When I run the app from the service account or a user that has all the required rights everything works fine.
When a user who doenst have permission on azure devops it fails, makes sense.
However I want to enforce the flow to use the service account to start the build. I dont want to give everyone rights on azure devops.

When I look at the run the connectionname seems to be the service account however suddenly access is denied.
Is this even possible?