Hi All,
I have created a flow with a trigger when a new email arrives in Outlook. Flow is working fine but I am getting three major issues:
1) Some of the flows are getting failed every hour while creating a file on SFTP server with an error:
{
"error": {
"code": 502,
"source": "flow-apim-europe-001-francecentral-01.azure-apim.net",
"clientRequestId": "b5137ff3-1610-111f-b52a-bb4110d367a8",
"message": "BadGateway",
"innerError": {
"status": 502,
"message": "An existing connection was forcibly closed by the remote host\r\nclientRequestId: b5137ff3-1610-437f-b52a-bb4580d867a8",
"source": "sftpwithssh-we.azconn-we.p.azurewebsites.net"
}
}
}
2) Flow is not picking all the mails, I can see some of the emails still present in the mailbox which came early this morning. Hence I am not sure how frequent or on what basis Flow picks the emails.
3) Some of the runs are taking more than 10 minutes while some are running within a minute. Not able to identify why.
Any help would be useful.