Hello All,
I am installing CoE toolkit and one of the step to complete installation is to setup Audit Logs. I installed the Audit Log solution as per documentation and turned on flows. The main flow Admin | Sync Audit Logs failed with following error.
"Failed to parse impersonation invoker connections from trigger 'manual' outputs. Details: 'Could not find 'x-ms-user-id' header in the trigger request. Workflow has connection references '["shared_commondataserviceforapps_1"]' with 'invoker' as impersonation runtime source.'"
The action where it failed is Run a Child Flow. Following are the raw inputs and outputs
{
"text": "<actual Tenant Id>",
"text_1": "2022-10-12T14:25:30.8427913Z",
"text_2": "2022-10-12T15:25:30.8427913Z"
}
{
"code": "InvokerImpersonationOverrideFailed",
"message": "Failed to parse impersonation invoker connections from trigger 'manual' outputs. Details: 'Could not find 'x-ms-user-id' header in the trigger request. Workflow has connection references '[\"shared_commondataserviceforapps_1\"]' with 'invoker' as impersonation runtime source.'"
}
Any insight in this would be helpful