Question
Power Automate Convert word to PDF Bad Gateway 502 error
Hi All,
We are fetching the records from dataverse table and populating into a word document and then using Adobe action 'Convert word to pdf' to generate PDF report document. It is working successfully for 3630 records but if we try to print more records then Convert word to PDF action is failing with 502 Bad gateway error.

Error :
Body
{
"error": {
"code": 502,
"source": "flow-apim-unitedstates-002-eastus-01.azure-apim.net",
"clientRequestId": "b87317d1-d6e4-4f9b-aa90-9fab3f363e63",
"message": "BadGateway",
"innerError": {
"error": {
"code": "OperationException",
"message": "Error occurred while processing the request; transactionId=TnzHFzQ3jecbiyWBeQL9IRYKVbcq9v2X-PowerAutomate"
}
}
}
}Headers
{
"Transfer-Encoding": "chunked",
"x-request-id": "M4uq7wGceoB6WTIyijFe1InWo10MFAEQ",
"pragma": "no-cache",
"x-content-type-options": "nosniff",
"strict-transport-security": "max-age=31536000; includeSubdomains",
"x-robots-tag": "noindex,nofollow",
"vary": "accept-encoding",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "true",
"x-ms-apihub-obo": "false",
"Cache-Control": "no-store, must-revalidate, no-cache",
"Date": "Wed, 21 Dec 2022 21:00:51 GMT",
"Content-Type": "application/json",
"Expires": "Thu, 01 Dec 1994 16:00:00 GMT",
"Content-Length": "427"
}