BadGateway when using action to Generate PDF with Power Automate
I have been using the Adobe plugin for MS Power Automate for over a year now but recently I have been getting more and more BadGateways on creating the PDF.
I am generating the PDF from a Word template and it works flawlessly but then get a random one that gives a BadGateway.
JSON is fine and output to SharePoint is fine.
If I resubmit the automation it works 100% of the time after, it sounds like the bad gateway is coming from the process of the conversion.
Has anyone else had this issue?
The workaround I currently have is to have a parallel line that if it fails it waits 30 secs then tries again but I'm guessing every time it fails it's using up one of my credits to run a second time.
{
"error": {
"code": 502,
"source": "flow-apim-europe-001-westeurope-01.azure-apim.net",
"clientRequestId": "a1af3c31-e9ba-4fcc-9147-24a1b19fe61b",
"message": "BadGateway",
"innerError": {
"error": {
"code": "INTERNAL_SERVER_ERROR",
"message": "Unknown error performing transfer"
}
}
}
}
