Hello
I am using the template "Periodically e-mail a Power BI scorecard status".
When I test the flow, it fails at step 2 "Get multiple goals (preview)".
The config I did for this step was to select my workspace and then my scorecard.
The error messge is as follows:
The given key was not present in the dictionary. function: ProjectGoalValueAggregations last line: 11
Does anybody know what this means and how to adderss?
Detailed raw output from step 2:
{
"statusCode": 500,
"headers": {
"Access-Control-Allow-Methods": "GET, PUT, PATCH, DELETE, POST",
"Access-Control-Allow-Origin": "*",
"Access-Control-Max-Age": "3600",
"Access-Control-Expose-Headers": "*",
"Date": "Wed, 12 Jul 2023 13:07:34 GMT",
"Content-Length": "372",
"Content-Type": "application/json"
},
"body": {
"error": {
"code": 500,
"message": "The given key was not present in the dictionary. function: ProjectGoalValueAggregations last line: 11",
"source": "flow-apim-msmanaged-na-northcentralus-01.azure-apim.net",
"path": "choose[1]\\when[6]\\choose\\when[1]",
"policyId": "",
"clientRequestId": "9400008b-b547-483c-aee6-dc0fcdcb2391"
}
}
}