Hi,
Anyone had an issue of subscribing to When a Business Event occurs in Power Automate creates multiple endpoints in D365 F&O untill it reaches the limit?
I am connecting to a devbox.
It happens once you Turn the flow on. It shows the following error in the trigger:
Raw input:
{
"host": {
"connectionReferenceName": "shared_dynamicsax_1",
"operationId": "SubscribeOnABusinessEvent"
},
"parameters": {
"dataset": "<Removed>",
"businesseventcategory": "<Removed>",
"businessevent": "<Removed>",
"legalEntity": "<Removed>"
}
}
Raw output:
{
"statusCode": 504,
"headers": {
"Pragma": "no-cache",
"Cache-Control": "no-store, no-cache",
"Set-Cookie": "ARRAffinity=<Removed>;Path=/;HttpOnly;Secure;Domain=dynamicsax-ne.azconn-ne-002.p.azurewebsites.net,ARRAffinitySameSite=<Removed>;Path=/;HttpOnly;SameSite=None;Secure;Domain=dynamicsax-ne.azconn-ne-002.p.azurewebsites.net",
"x-ms-request-id": "<Removed>",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Content-Type-Options": "nosniff",
"X-Frame-Options": "DENY",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "true",
"x-ms-apihub-obo": "false",
"Date": "Thu, 09 Feb 2023 13:02:31 GMT",
"Content-Length": "579",
"Content-Type": "application/json",
"Expires": "-1"
},
"body": {
"error": {
"code": 504,
"source": "flow-apim-europe-002-northeurope-01.azure-apim.net",
"clientRequestId": "8fba3d40-c00d-4294-bf3d-357ff366c112",
"message": "BadGateway",
"innerError": {
"status": 504,
"message": "Request timed out.\r\n inner exception: A task was canceled.\r\nclientRequestId: 8fba3d40-c00d-4294-bf3d-357ff366c112",
"error": {
"message": "Request timed out.\r\n inner exception: A task was canceled."
},
"source": "dynamicsax-ne.azconn-ne-002.p.azurewebsites.net"
}
}
}
}