I have a flow with several HTML to text actions in a row. Most of the time they are fine and will run with no issues (taking less than 1s) but occasionally they will lag, taking up to 20+ mins and sometimes time out completely.
The error I get is:
{
"error": {
"code": 500,
"message": "Request to the backend service timed out",
"source": "flow-apim-europe-001-westeurope-01.azure-apim.net",
"path": "forward-request",
"clientRequestId": "956a074c-af87-4ff7-a50c-7a6a189307da"
}
}
This is pretty important part of my flow and if it fails a lot of emails don't get sent.
Is there a way to make it keepy trying indefinitely?
Every time I have re-ran a failed flow it has worked.
Cheers,