In our Office 365 environment, we have an instance of D365 Business Central. I am attempting to create a very simple flow to get started with the interaction between D365 BC and MS FLOW. I created a very simple flow based upon the trigger, 'when a record is created', where an emaiil will be sent to my O365 Outlook email.
Very simply, I have connected to the demo company CRONUS in BC and then upon creation of a customer, I expect to receive an email with some data elements from BC.
I get an Internal Server error and a bad gateway error as shown below.
What should I be looking at to resolve?
Thank you.
Dave Spangler, Velosio
{
"error": {
"code": 500,
"source": "flow-apim-msmanaged-na-centralus-01.azure-apim.net",
"clientRequestId": "9f05ae3b-bcd9-4bd4-9c3c-e5d1dfee5d41",
"message": "BadGateway",
"innerError": {
"status": 500,
"message": "Unknown error.\r\nclientRequestId: 9f05ae3b-bcd9-4bd4-9c3c-e5d1dfee5d41",
"source": "dynamicssmbsaas-eus.azconn-eus.p.azurewebsites.net"
}
}
}