Notifications
Announcements
Hi,
I have a particular flow which sends out an email everytime a OD4B file is modified. However, intermittently, it's been giving me a timeout error: "Http request failed: the timeout was reached"
Do you have any idea how i can solve this ?
Will you share the id of your flow? When you open the flow for editing, the URL will look like the following:
https://flow.microsoft.com/manage/flows/<xxx>
Thanks,
Dan
Is there a recommended fix for this? I am having the same issue.
FlowID: 672afca1-c278-4f69-829f-2223b2fc7a46
List ID: c6197dff-ee6e-41e8-9d5f-b0a8d4518fc9
The flow criteria is to send an email after Sharpoint list update.
Code
Getting the same error.
Any success so far?
Same problem. Any idea?
Thanks
Solved !!
My APIs were running at http protocol and Microsoft Flow try to access them by using https. To solve this either run your APIs on https or make changes in swagger.json file to support http scheme by default. If you don't mention any scheme in swagger.json file then by default Microsoft Flow uses https.
Thanks.
Hope it helps !!
I am also experiencing this issue for the first time today. We are not using any custom APIs, just SharePoint in Office 365 and emails.
Error: { "error": { "code": "BadRequest", "message": "Http request failed with status code 'ConnectFailure' and status message: 'Unable to connect to the remote server'." } }
As well as:
Error: { "error": { "code": "BadRequest", "message": "Http request failed: the timeout was reached." } }
I know the thread's a bit old, but did you find any explanation and/or workaround for this? I'm encountering a similar error in my environment, also without any custom APIs
@ksteelbaronWe never found a documented root cause for this, but we suspected it was due to too many calls being made under a single account, and that there was no differentiation between the types of calls made programmatically by Flow and the ones made organically by a user checking their email or going in and testing something themselves in the browser.
To the best of my recollection, our solution was to create a generic account under which Flows run (e.g. original Owner as well as via Connectors), and around the same time I believe Microsoft announced an increase in the limit of Flow calls per day.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Michael E. Gernaey 522 Super User 2025 Season 2
Tomac 364 Moderator
abm abm 243 Most Valuable Professional