When I put a trigger on any table, the trigger fires then I get this error:
{
"error": {
"code": 502,
"source": "flow-apim-msmanaged-na-northcentralus-01.azure-apim.net",
"clientRequestId": "861121dd-5ac5-4217-ac09-ba2556945ff4",
"message": "BadGateway",
"innerError": {
"status": 502,
"message": "Salesforce failed to complete task: Message: A task was canceled.\r\nclientRequestId: 861121dd-5ac5-4217-ac09-ba2556945ff4",
"source": "mscorlib",
"errors": []
}
}
}
Then I get this error on the front page:
There's a problem with the flow's trigger. Fix the trigger
There are only 15 columns in the table so I don't think it's a timeout. Does anyone have any ideas?