Hello Commmunity,
I am using a data gateway to call an api in SAP ERP. I use Invoke an HTTP request action in Power Automate. The connection seems to be connected as well as the data gateway.
I am receiving the below error:
{
"error": {
"code": 502,
"source": "1f13ac06-733f-e1a4-8294-51400804b24f.05.common.europe002.azure-apihub.net",
"clientRequestId": "619e1a61-39fd-41a4-bc72-b359c808bfbb",
"message": "BadGateway",
"innerError": {
"message": "Received error payload from gateway service with ID 1616952: <ccon>An error occurred while sending the request.</ccon>.\r\nclientRequestId: 619e1a61-39fd-41a4-bc72-b359c808bfbb",
"status": 500,
"error": {
"message": "Received error payload from gateway service with ID 1616952: <ccon>An error occurred while sending the request.</ccon>."
},
"source": "gatewayconnector-we.azconn-we-005.p.azurewebsites.net"
}
}
}
Any ideas why?
BR,
Dionysis