cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Anonymous
Not applicable

Bad Gateway

Flows were working up until 19 hours ago, no flows have run since then, I now get a bad gateway error, with the following: -

 

{
  "error": {
    "code": 502,
    "source": "europe-001.azure-apim.net",
    "clientRequestId": "dbf49874-bd41-4c76-9727-8288d6edace5",
    "message": "BadGateway",
    "innerError": {
      "status": 500,
      "message": "Value does not fall within the expected range.\r\nclientRequestId: dbf49874-bd41-4c76-9727-8288d6edace5\r\nserviceRequestId: 9b68839e-7081-6000-3f28-e457108e5d25"
    }
  }
}
 

I have tried deleting the connectors for both Sharepoint and Outlook and recreating them but no success.

 

On test the flow fails immediately.

 

Bizarrely these failed runs do not show in the run history

image.png

15 REPLIES 15
v-yamao-msft
Community Support
Community Support

Hi @Anonymous,

 

How is your flow created? Could you share a screenshot on your flow?

 

Are you now still having the issue on your side?

 

You said that the failed runs don’t show in the run history, could you check them by clicking See all?

 

I created a simple flow to send an email when a SharePoint item is added in a list, it worked fine and didn’t return any error message.

 

Error 502 means the failure is temporary or transient, please try to resubmit to try the flow again.

 

If you are still having the issue, please feel free post back. 

 

 

 

Best regards,

Mabel Mao

Community Support Team _ Mabel Mao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi Mabel,

 

Please find attached 3 images: -

 

1) Top section of flow

2) Overview of entire flow

3) Error

 

112233

Yes the issue still exists, no change at all.

 

Yes I did that, last run in the history is dated 9th August.

 

Well thats good, but as I said the flow was working for days with no problems and then it stopped, no changes were made it just stopped working.

 

I wouldnt say a failure that has now been occuring for over 3 days is temporary or transient, you are just telling me what it says in the troubleshooting guide, could you explain exactly how to resubmit, as there is no resubmit button, maybe share a screenshot? If you mean edit and save the flow I have probably done this around 100+ times, not very temporary or transient eh???

Anonymous
Not applicable

Also for your information I have just created a new flow that simply sends an email when an item is created or modified and this also fails...

Anonymous
Not applicable

Again for your information, if I change the List Name to a different list the flow does not fail, If I change it back the flow fails immediately with the Bad Gateway error...

Anonymous
Not applicable

Any Update??

I have the same issue, same error message.  BadGateway or Bad Gateway

 

It happens in the SharePoint Get item action.  My flow was working fine for many days until it simply stopped working about a week ago.  I tested using new flows and new lists and the same issue occurs.

 

More details:

 

“error”: {
“code”: 502,
“source”: “flow-apim-msmanaged-na-centralus-01.azure-apim.net”,
“clientRequestId”: “7efe60db-ed54-428a-b79c-201bbb8fb2a8”,
“message”: “BadGateway”,
“innerError”: {
“status”: 500,
“message”: “Value does not fall within the expected range.\r\nclientRequestId: 7efe60db-ed54-428a-b79c-201bbb8fb2a8\r\nserviceRequestId: 01b7849e-00ca-6000-4972-d018cc4386ac”

Also, in my “Get item” action I double-checked the list name & location is correct, the Id is simply 1, and it makes no difference if I select "All Items" view or “Limit Columns by View.”

 

I am going to assume this is a Microsoft bug that was introduced a week ago.  I will wait for it to be fixed, but I already developed a workaround.  I simply hard-coded in the data that I want, instead of calling it from a list.  Makes the flow less flexible but it still works.

 

Also, I learned something useful, and that is to use the "Configure run after" setting to allow my flow to continue even after the error.  I put my "Get item" and "Set variable" into a Scope box.  If anything in that Scope fails, the next action is configured to run regardless.  And the variable already had a default value.  Also make sure not to run your Set Variable if the Get Item fails.  Maybe this tip will help someone else out there.

I am also having the same issue.  Bad Gateway error on my Sharepoint "when a new item is created" flow since yesterday 8/14.

When a new item is created, it does not show in the run history.

 

I tried rebuilding the flow, but that did not solve the issue.

I am having the exact issue. One of our Get Items step is limiting the columns by View because it has "too many lookup columns" so this completely broke my flow.

Care you elavorate in how you got it working? I am new to Flow and Sharepoint and I am in a deadline to get this corrected ASAP so I cant exactly wait for Microsoft to fix the bug.  

Its a simple command to just get all the items in the list and export the list via HTTP to another Flow to make an addition to a column. Here is what it looks like but since Sunday this week it stopped working.

2018-08-15 15_32_47-Edit your flow _ Microsoft Flow.png

 

Any help is appreciate it. 

Thank you! 

~Edgar

 

Anonymous
Not applicable

Hi,

 

I am also experincing the same issue with a FLOW on an Update Item action. The flow ran successfully 2 weeks ago.

My runs do however detail the failed attempt in the history list though.

 

Has anyone logged a support call or received feedback on the issue?

 

Thanks,
Angela

I have my IT Ops director submitting a ticket on my behalf today.  I will let you know if I find anything out!  

 

Sometimes it is nice to know I am not the only one having issues!

Anonymous
Not applicable

I also have the same issue. I think "Limit Columns by View" is not functioning properly 

Anonymous
Not applicable

Hi,

 

So I received feedback from Microsoft on the support ticket logged. The issue is being ongoing with their Product Team and they offered me the following workaround which I tested and seems to have resolved my issue.

 

"to get past the error remove the All Items selection from the View Columns as highlighted value. Use backspace to remove the selection"

 

Capture.PNG

 

 

Angela

 

 

That seems to work.  I removed the Limit Columns by View and no more error.  Thanks!

GabrielStJohn
Community Champion
Community Champion

Hello, @Anonymous!

 

Thank you for posting on the Flow Community Forum! Have you had an opportunity to apply @Anonymous‘s recommendation to adapt your Flow? If yes, and you find that solution to be satisfactory, please go ahead and click “Accept as Solution” so that this thread will be marked for other users to easily identify!


Thank you for being an active member of the Flow Community!

 

-Gabriel
Flow Community Manager

- Gabriel
Community Manager
Power Automate | Power Virtual Agents
Super User Program Manager



Anonymous
Not applicable

Unfortunately that solution was not possible for my scenarion as the SharePoint list the flow was pointing to had around 30 lookup columns therefore removing the filter just created another problem.

 

Could you please confirm that the initial issue has now been resolved as my only solution to this problem was to stop using Flow and go back to using Workflows with SPD. 

 

I do now however have a requirement to use Flow properly to link to other applications but again the lists within SharePoint will have many Lookup Columns so I will need to use a filtered view within my flow.

 

Thanks

Helpful resources

Announcements

Power Platform Connections - Episode 7 | March 30, 2023

Episode Seven of Power Platform Connections sees David Warner and Hugo Bernier talk to Microsoft MVP Dian Taylor, alongside the latest news, product reviews, and community blogs.     Use the hashtag #PowerPlatformConnects on social media for a chance to have your work featured on the show!      Show schedule in this episode:    0:00 Cold Open 00:30 Show Intro 01:02 Dian Taylor Interview 18:03 Blogs & Articles 26:55 Outro & Bloopers    Check out the blogs and articles featured in this week’s episode:    https://francomusso.com/create-a-drag-and-drop-experience-to-upload-case-attachments @crmbizcoach https://www.youtube.com/watch?v=G3522H834Ro​/  @pranavkhuranauk https://github.com/pnp/powerapps-designtoolkit/tree/main/materialdesign%20components @MMe2K​ https://2die4it.com/2023/03/27/populate-a-dynamic-microsoft-word-template-in-power-automate-flow/ @StefanS365 https://d365goddess.com/viva-sales-administrator-settings/ @D365Goddess https://marketplace.visualstudio.com/items?itemName=megel.mme2k-powerapps-helper#Visualize_Dataverse_Environments @MMe2K    Action requested:  Feel free to provide feedback on how we can make our community more inclusive and diverse.    This episode premiered live on our YouTube at 12pm PST on Thursday 30th March 2023.    Video series available at Power Platform Community YouTube channel.    Upcoming events:  Business Applications Launch – April 4th – Free and Virtual! M365 Conference - May 1-5th - Las Vegas Power Apps Developers Summit – May 19-20th - London European Power Platform conference – Jun. 20-22nd - Dublin Microsoft Power Platform Conference – Oct. 3-5th - Las Vegas    Join our Communities:  Power Apps Community Power Automate Community Power Virtual Agents Community Power Pages Community    If you’d like to hear from a specific community member in an upcoming recording and/or have specific questions for the Power Platform Connections team, please let us know. We will do our best to address all your requests or questions.       

Announcing | Super Users - 2023 Season 1

Super Users – 2023 Season 1    We are excited to kick off the Power Users Super User Program for 2023 - Season 1.  The Power Platform Super Users have done an amazing job in keeping the Power Platform communities helpful, accurate and responsive. We would like to send these amazing folks a big THANK YOU for their efforts.      Super User Season 1 | Contributions July 1, 2022 – December 31, 2022  Super User Season 2 | Contributions January 1, 2023 – June 30, 2023    Curious what a Super User is? Super Users are especially active community members who are eager to help others with their community questions. There are 2 Super User seasons in a year, and we monitor the community for new potential Super Users at the end of each season. Super Users are recognized in the community with both a rank name and icon next to their username, and a seasonal badge on their profile.  Power Apps  Power Automate  Power Virtual Agents  Power Pages  Pstork1*  Pstork1*  Pstork1*  OliverRodrigues  BCBuizer  Expiscornovus*  Expiscornovus*  ragavanrajan  AhmedSalih  grantjenkins  renatoromao    Mira_Ghaly*  Mira_Ghaly*      Sundeep_Malik*  Sundeep_Malik*      SudeepGhatakNZ*  SudeepGhatakNZ*      StretchFredrik*  StretchFredrik*      365-Assist*  365-Assist*      cha_cha  ekarim2020      timl  Hardesh15      iAm_ManCat  annajhaveri      SebS  Rhiassuring      LaurensM  abm      TheRobRush  Ankesh_49      WiZey  lbendlin      Nogueira1306  Kaif_Siddique      victorcp  RobElliott      dpoggemann  srduval      SBax  CFernandes      Roverandom  schwibach      Akser  CraigStewart      PowerRanger  MichaelAnnis      subsguts  David_MA      EricRegnier  edgonzales      zmansuri  GeorgiosG      ChrisPiasecki  ryule      AmDev  fchopo      phipps0218  tom_riha      theapurva  takolota     Akash17  momlo     BCLS776  Shuvam-rpa     rampprakash  ScottShearer     Rusk  ChristianAbata     cchannon  Koen5     a33ik  Heartholme     AaronKnox  okeks      Matren   David_MA     Alex_10        Jeff_Thorpe        poweractivate        Ramole        DianaBirkelbach        DavidZoon        AJ_Z        PriyankaGeethik        BrianS        StalinPonnusamy        HamidBee        CNT        Anonymous_Hippo        Anchov        KeithAtherton        alaabitar        Tolu_Victor        KRider        sperry1625        IPC_ahaas      zuurg    rubin_boer   cwebb365   Dorrinda   G1124   Gabibalaban   Manan-Malhotra   jcfDaniel   WarrenBelz   Waegemma   drrickryp   GuidoPreite    If an * is at the end of a user's name this means they are a Multi Super User, in more than one community. Please note this is not the final list, as we are pending a few acceptances.  Once they are received the list will be updated. 

Register now for the Business Applications Launch Event | Tuesday, April 4, 2023

Join us for an in-depth look into the latest updates across Microsoft Dynamics 365 and Microsoft Power Platform that are helping businesses overcome their biggest challenges today.   Find out about new features, capabilities, and best practices for connecting data to deliver exceptional customer experiences, collaborating, and creating using AI-powered capabilities, driving productivity with automation—and building towards future growth with today’s leading technology.   Microsoft leaders and experts will guide you through the full 2023 release wave 1 and how these advancements will help you: Expand visibility, reduce time, and enhance creativity in your departments and teams with unified, AI-powered capabilities.Empower your employees to focus on revenue-generating tasks while automating repetitive tasks.Connect people, data, and processes across your organization with modern collaboration tools.Innovate without limits using the latest in low-code development, including new GPT-powered capabilities.    Click Here to Register Today!    

Check out the new Power Platform Communities Front Door Experience!

We are excited to share the ‘Power Platform Communities Front Door’ experience with you!   Front Door brings together content from all the Power Platform communities into a single place for our community members, customers and low-code, no-code enthusiasts to learn, share and engage with peers, advocates, community program managers and our product team members. There are a host of features and new capabilities now available on Power Platform Communities Front Door to make content more discoverable for all power product community users which includes ForumsUser GroupsEventsCommunity highlightsCommunity by numbersLinks to all communities Users can see top discussions from across all the Power Platform communities and easily navigate to the latest or trending posts for further interaction. Additionally, they can filter to individual products as well.   Users can filter and browse the user group events from all power platform products with feature parity to existing community user group experience and added filtering capabilities.     Users can now explore user groups on the Power Platform Front Door landing page with capability to view all products in Power Platform.      Explore Power Platform Communities Front Door today. Visit Power Platform Community Front door to easily navigate to the different product communities, view a roll up of user groups, events and forums.

Microsoft Power Platform Conference | Registration Open | Oct. 3-5 2023

We are so excited to see you for the Microsoft Power Platform Conference in Las Vegas October 3-5 2023! But first, let's take a look back at some fun moments and the best community in tech from MPPC 2022 in Orlando, Florida.   Featuring guest speakers such as Charles Lamanna, Heather Cook, Julie Strauss, Nirav Shah, Ryan Cunningham, Sangya Singh, Stephen Siciliano, Hugo Bernier and many more.   Register today: https://www.powerplatformconf.com/   

Top Solution Authors
Users online (2,493)