So I set up a simple MS flow.
The trigger is a BC (SaaS) "when a record has changed" trigger. Company name is set (CRONUS Canada) as is the table name (customers). The next action is to send an outlook 365 email. Simple enough right?
Except I keep getting an http 504 response
{
"error": {
"code": 504,
"source": "flow-apim-msmanaged-na-northcentralus-01.azure-apim.net",
"clientRequestId": "498f029b-1a08-4361-b95d-94d8e63d7d76",
"message": "BadGateway",
"innerError": {
"status": 504,
"message": "Request timed out.\r\n inner exception: A task was canceled.\r\nclientRequestId: 498f029b-1a08-4361-b95d-94d8e63d7d76",
"source": "dynamicssmbsaas-eus2.azconn-eus2.p.azurewebsites.net"
}
}
}
Has anyone experienced any success with the Microsoft Flow and BC? What am I doing wrong?