Hi there!
I have a flow that fetches data from AppInsights. However, it has been returning 500 consistently for the past 5 consecutive days. I tried the query directly using AppInsights and successfully fetched the data there.
Can you guys take a look? (Note: I'm an Internal MSFT customer)
Here are a few responses:
{
"id": "6431a4f9-702e-4589-904c-66c51c975704",
"requestId": "dc664498-3d73-43ac-86e6-083a666e8fb5",
"statusCode": 500,
"errorCode": 0,
"message": "An error has occurred. For more information, please check the logs for error ID 6431a4f9-702e-4589-904c-66c51c975704"
}
{
"id": "799f6230-d12f-43f1-adb3-33c3cef0645e",
"requestId": "f263ebb5-f02c-412f-9e6c-f8c05d939ded",
"statusCode": 500,
"errorCode": 0,
"message": "An error has occurred. For more information, please check the logs for error ID 799f6230-d12f-43f1-adb3-33c3cef0645e"
}
Thanks!