Hi,
We are calling Power Automate flow when the user is adding/modifying a row in dataverse and configured to run as modifying user on the dataverse trigger. This flow is calling an API using the custom connector with OAuth 2.0 Authorization Code flow as we need to make the API call as the end user who is creating the record in the dataverse.
We see that the flow is running as user who created the record but the custom connector is getting executed in the context of the connection user(service account) that is used to configure with the flow and not using the actual user. Is there a way to call/execute the custom connector from the flow as an end user who is creating records? Thank you!