
Hi Team,
I want to restrict the access to custom connector by workflow-id or power-apps-id, I can identify the workflow-id via header "x-ms-workflow-id", but if the flow is trigger by power apps, I would like to identify which apps is calling my connector.
I'm able to get the app id by "triggerOutputs()?['headers']?['x-ms-client-app-id']", but I don't want to manually pass the x-ms-client-app-id in custom connector, Is there any way this x-ms-client-app-id header can auto inject into custom connector ?