Hello there,
I need to update a program of a collague that left the company.
could run rather well, however the code, upon approving of the app of the content, runs into
SaveFiletoSP.Run failed: {
"error": {
"code": 502,
"source": "msmanaged-na.azure-apim.net",
"clientRequestId": "4856f932-3c4b-41ed-b77c-56d974fba8de",
"message": "BadGateway",
"innerError": {
"error": {
"code": "NoResponse",
"message": "The server did not receive a response from an upstream server. Request tracking id '08584702005946266324849547484CU122'."
}
}
}
}
Now i try to clear that error.
Do i understand correct that the "clientRequestId" is triggered in the Flow, not in t he app, and does not get the needed information from Azure/Delve?