For the last couple of months i have had a flow running fine using OneDrive to convert an email to pdf.
For the past couple of days the flow has stopped working with an error of "Bad Gateway" on the Convert File part of the flow.
Did something change with this action to make this stop working?
Here is the error message received in flow.
{
"error": {
"code": 502,
"source": "power-apis-usgov001-public.azure-apihub.us",
"clientRequestId": "be4f29f9-1419-481a-ad9c-cdfd7d0eee7c",
"message": "BadGateway",
"innerError": {
"status": 502,
"message": "The underlying connection was closed: An unexpected error occurred on a send.\r\n inner exception: An error occurred while sending the request.\r\n inner exception: The underlying connection was closed: An unexpected error occurred on a send.\r\n inner exception: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.\r\n inner exception: An existing connection was forcibly closed by the remote host",
"source": "api.connectorp.svc.ms"
}
}
}