I am using SharePoint (online) actions extensively in Flows for a customer. I (very infrequently) get an error in a SharePoint action: "The client application timed out waiting for a response from service". It looks like by default the flow action tries again in 5 minutes and succeeds on the second attempt. NOTE that a couple of actions preceding the failing action, I'm reading from the same SharePoint list with the same Connection, so the connection is good.
the suggestions I've seen about removing the connection and adding it back in I believe are in response to getting this error on every attempt vs intermittent, and regardless are simply not practical for a business solution that needs to be reliable.
Any suggestions as to what to look into for why the SharePoint actions are failing? Thanks
Full error here:
{
"error": {
"code": "BadRequest",
"message": "Http request failed with status code 'ReceiveFailure' and status message: 'The underlying connection was closed: An unexpected error occurred on a receive.'."
}
}