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

Update Item Action Failing: Status: 400, Message: Exception from HRESULT: 0x80131904

I have a Production Power Automate workflow that has been running successfully since August 2023.

There have been no recent changes to the flow or the associated SharePoint list.

 

Suddenly on the morning of Oct 18, 2023 (9:02 AM Arizona time) I begin seeing workflow runs Fail.

 

tpettiohn_0-1697658049062.png

 

 

I investigate and find that they are all failing at the same SharePoint Update Item action.

 

tpettiohn_1-1697658049068.png

 

 

This Update Item action has worked successfully since the workflow went live in August.

 

As a test, I remove the action and re-submit the item.

 

This time it fails at the next Update Item action it encounters.  An update action that has always worked previously.

 

tpettiohn_2-1697658049071.png

 

 

 

All of the failed workflows have the same (or similar) error message at the point of failure.

 

    Exception from HRESULT: 0x80131904

       clientRequestId: d15a1951-4a50-46a9-8f20-ffdd914e8075

       serviceRequestId: d15a1951-4a50-46a9-8f20-ffdd914e8075

 

{

  "status": 400,

  "message": "Exception from HRESULT: 0x80131904\r\nclientRequestId: d15a1951-4a50-46a9-8f20-ffdd914e8075\r\nserviceRequestId: d15a1951-4a50-46a9-8f20-ffdd914e8075"

}

Note:  Only the clientRequestId and serviceRequestIds were different between the error messages

 

 

The SharePoint Online list only has 163 items in it.

There have been no changes to any of the columns in the list.

Fields that are updated are the InstanceURL,  Status, WFState, TriggerWF, and Workflow History, etc., which are Single Line text or Multi Line text fields.

The workflow has previously been able to update the SharePoint list.

There are about 150 workflows running at the present time against items in the SPO list.

 

Does anyone have any idea what might be causing this issue?

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

26 REPLIES 26

This may or may not be related. In addition to Power Automate, we use Nintex Cloud workflows. I am currently experiencing issues with update item actions there and the workflows are failing. Nintex indicates that the cause is 'User access token redemption failed', which seems like could be a cause in Power Automate as well. You can read Nintex's comments on this at Nintex Services.

 

However, if that is not the cause, I have a workaround for this, although I don't remember the actual error message I was getting for this. It usually occurs when someone has the item you want to update open in edit mode, which then prevents the workflow from updating the item.

 

If you want to give this a try, I put the Update item action in a do until action. Before this action I create a Boolean named Updated with a default value of false. Below the Update action, you add a parallel branch to set the variable to true or false. Update one of the Set variable actions to only run if the Update item action fails. Then below it, add a delay so it doesn't try again immediately. I set the Delay to 10 minutes and that has been sufficient.

 

A picture may make more sense:

David_MA_0-1697659082086.png

 

Anonymous
Not applicable

Thank you for your quick reply.  The fact that you had a similar issue with Nintex Workflow Cloud SharePoint Update Item actions is interesting.  I see that there is still an active issue reported by Nintex and that they think it is an MS issue.  I am continuing to investigate.  I have a copy of the flow in dev/test environment and will see if I have the same issue there.  I have also opened a support case with MS.  I will post resolution once I have one.

JimMoncrieff
Frequent Visitor

We're also receiving this error starting this morning Oct 18, 2023 (PST). It's occurring with SharePoint list updates that are called by the flow. It's intermittent with some flows and hapening every time on a larger flow we use. We're preparing to submit to Microsoft Support and will circle back with what we learn. 

eileenoh
Frequent Visitor

We also started having this error today - 10/18/2023 - on an Update Item action in our power automate

Anonymous
Not applicable

Update:  Still no reply from MS support.

Not sure if this issue is related to the above, but it seems likely.

I have another standalone workflow that updates SPO list items in the same list as above issue.

The workflow populates a Word template and then converts the Word doc to a PDF, which is then added to a list item using the Power Automate SharePoint 'Add Attachment' action.  The flow was also working until 10/18.

The Add Attachment action fails, but with a different error.  Status 502 Bad Gateway.

We also started having this error this morning - 10/19/2023 - Update Item action Step

hulbertbn
Regular Visitor

No response yet? I've started getting this problem on a Power Automate flow today.

Anonymous
Not applicable

No reply from MS Support yet.

jakew2
Regular Visitor

I'm experiencing the same issue. Multiple working flows that since today, are failing on the Update Item action.

jaina
Responsive Resident
Responsive Resident

I've encountered the same issue since yesterday October 18, 2023. Anyone who already resolved this??? 

Oracle1
Regular Visitor

Hi Everyone, 

I also have the same issue, all of my flow in power automate has an error in "Update Item"

Power Automate Issue.jpg

Power Automate Issue 2.jpg

Power Automate Issue 3.jpg

Power Automate Issue 4.jpg

    
Exception from HRESULT: 0x80131904
clientRequestId: 9cbfd37f-18ab-4b18-8155-b0a4c15e1a00
serviceRequestId: 9cbfd37f-18ab-4b18-8155-b0a4c15e1a00


{
  "status"400,
  "message""Exception from HRESULT: 0x80131904\r\nclientRequestId: 9cbfd37f-18ab-4b18-8155-b0a4c15e1a00\r\nserviceRequestId: 9cbfd37f-18ab-4b18-8155-b0a4c15e1a00"
}
 

Team,

 

We are facing similar issues on "Update Item Action" as shown below.

Please provide the any resolution. 

 

 

Action 'Update_item_
Exception from HRESULT: 0x80131904
clientRequestId: 9e11476f-cd7e-4303-b497-e44a55bec99e
serviceRequestId: 9e11476f-cd7e-4303-b497-e44a55bec99e

jaina
Responsive Resident
Responsive Resident

Same issue here. Still waiting for Microsoft to resolve the issue

Anonymous
Not applicable

It looks like Nintex Workflow Cloud users are experiencing a similar issue with their SharePoint Update Item action.  Nintex have raised a Sev A ticket with Microsoft as the issue is originating from within SharePoint. 

Per Nintex Services page, "Microsoft support have confirmed that the issue being seen in Nintex Workflow Cloud SharePoint Update Item actions is as a direct result of the Microsoft 365 Suite Degradation MO682290."

Updates on MO682290 can be found in your Microsoft Office 365 Service Health Portal admin.microsoft.com/Adminportal/Home#/servicehealth/:/alerts/MO682290

I'm encountering this error in the Update Item action of my flow since this morning. It had been functioning smoothly for months, and neither the flow nor the SharePoint list have been altered recently.

 

lmahumot_0-1697703036171.png

 

Alert from Microsoft:

 

October 19, 2023 at 8:20 AM GMT+8

 

Title: Users may see failures occurring for some workflows and lists in multiple services

 

User impact:

Users may see failures occurring for some workflows and lists in multiple services.

More info:

This issue impacts specific SharePoint Online 2013 workflows on specific lists, Microsoft Power Automate workflows utilizing SharePoint connectors, and SharePoint Online lists which cannot be updated after Power Automate flows are executed against them.

For impacted Power Automate flows, users receive an error message stating "The file [file] has been modified by [user] on [date]."

 

More info:

This issue impacts specific SharePoint Online 2013 workflows on specific lists, Microsoft Power Automate workflows utilizing SharePoint connectors, and SharePoint Online lists which cannot be updated after Power Automate flows are executed against them.

For impacted Power Automate flows, users receive an error message stating "The file [file] has been modified by [user] on [date]."

 

Current status:

Our investigation has determined that a code issue caused a disconnect between two tables within the database infrastructure leveraged by your organization and is resulting in users being unable to edit existing lists as expected. We've developed a fix to prevent this disconnect from occurring, and we're implementing this fix in the affected database to restore service and remediate impact.

 

Scope of impact:

This issue may affect any user utilizing Microsoft Power Automate workflows utilizing SharePoint Online connectors, SharePoint Online 2013 workflows or SharePoint Online lists incorporated into Power Automate workflows.

 

Root cause:

A code issue caused a disconnect between two tables within the database infrastructure leveraged by your organization and is resulting in users being unable to edit existing lists as expected.

 

Next update by: Friday, October 20, 2023 at 3:30 AM GMT+8

Anonymous
Not applicable

Thanks

 

Anonymous
Not applicable

I received the standard "Hello, I am the Support Ambassador who has taken ownership and will be assisting you on your ticket. Can you tell me about the issue please." email on 10/19/23 at 2:18 AM (Arizona time).

It appears that MS has resolved the issue.

As of 10/19/23 at 4:30 AM (Arizona time), I was able to successfully run the flow for a new item I created.
I still need to see if I can Resubmit the flows that failed earlier and see if they succeed but will do that during my normal business hours (8-5 MST).  I'll report back later.

Helpful resources

Announcements

Community will be READ ONLY July 16th, 5p PDT -July 22nd

Dear Community Members,   We'd like to let you know of an upcoming change to the community platform: starting July 16th, the platform will transition to a READ ONLY mode until July 22nd.   During this period, members will not be able to Kudo, Comment, or Reply to any posts.   On July 22nd, please be on the lookout for a message sent to the email address registered on your community profile. This email is crucial as it will contain your unique code and link to register for the new platform encompassing all of the communities.   What to Expect in the New Community: A more unified experience where all products, including Power Apps, Power Automate, Copilot Studio, and Power Pages, will be accessible from one community.Community Blogs that you can syndicate and link to for automatic updates. We appreciate your understanding and cooperation during this transition. Stay tuned for the exciting new features and a seamless community experience ahead!

Summer of Solutions | Week 4 Results | Winners will be posted on July 24th

We are excited to announce the Summer of Solutions Challenge!    This challenge is kicking off on Monday, June 17th and will run for (4) weeks.  The challenge is open to all Power Platform (Power Apps, Power Automate, Copilot Studio & Power Pages) community members. We invite you to participate in a quest to provide solutions to as many questions as you can. Answers can be provided in all the communities.    Entry Period: This Challenge will consist of four weekly Entry Periods as follows (each an “Entry Period”)   - 12:00 a.m. PT on June 17, 2024 – 11:59 p.m. PT on June 23, 2024 - 12:00 a.m. PT on June 24, 2024 – 11:59 p.m. PT on June 30, 2024 - 12:00 a.m. PT on July 1, 2024 – 11:59 p.m. PT on July 7, 2024 - 12:00 a.m. PT on July 8, 2024 – 11:59 p.m. PT on July 14, 2024   Entries will be eligible for the Entry Period in which they are received and will not carryover to subsequent weekly entry periods.  You must enter into each weekly Entry Period separately.   How to Enter: We invite you to participate in a quest to provide "Accepted Solutions" to as many questions as you can. Answers can be provided in all the communities. Users must provide a solution which can be an “Accepted Solution” in the Forums in all of the communities and there are no limits to the number of “Accepted Solutions” that a member can provide for entries in this challenge, but each entry must be substantially unique and different.    Winner Selection and Prizes: At the end of each week, we will list the top ten (10) Community users which will consist of: 5 Community Members & 5 Super Users and they will advance to the final drawing. We will post each week in the News & Announcements the top 10 Solution providers.  At the end of the challenge, we will add all of the top 10 weekly names and enter them into a random drawing.  Then we will randomly select ten (10) winners (5 Community Members & 5 Super Users) from among all eligible entrants received across all weekly Entry Periods to receive the prize listed below. If a winner declines, we will draw again at random for the next winner.  A user will only be able to win once overall. If they are drawn multiple times, another user will be drawn at random.  Individuals will be contacted before the announcement with the opportunity to claim or deny the prize.  Once all of the winners have been notified, we will post in the News & Announcements of each community with the list of winners.   Each winner will receive one (1) Pass to the Power Platform Conference in Las Vegas, Sep. 18-20, 2024 ($1800 value). NOTE: Prize is for conference attendance only and any other costs such as airfare, lodging, transportation, and food are the sole responsibility of the winner. Tickets are not transferable to any other party or to next year’s event.   ** PLEASE SEE THE ATTACHED RULES for this CHALLENGE**   Week 1 Results: Congratulations to the Week 1 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge.   Community MembersNumber SolutionsSuper UsersNumber Solutions Deenuji 9 @NathanAlvares24  17 @Anil_g  7 @ManishSolanki  13 @eetuRobo  5 @David_MA  10 @VishnuReddy1997  5 @SpongYe  9JhonatanOB19932 (tie) @Nived_Nambiar  8 @maltie  2 (tie)   @PA-Noob  2 (tie)   @LukeMcG  2 (tie)   @tgut03  2 (tie)       Week 2 Results: Congratulations to the Week 2 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 2: Community MembersSolutionsSuper UsersSolutionsPower Automate  @Deenuji  12@ManishSolanki 19 @Anil_g  10 @NathanAlvares24  17 @VishnuReddy1997  6 @Expiscornovus  10 @Tjan  5 @Nived_Nambiar  10 @eetuRobo  3 @SudeepGhatakNZ 8     Week 3 Results: Congratulations to the Week 3 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 3:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji32ManishSolanki55VishnuReddy199724NathanAlvares2444Anil_g22SudeepGhatakNZ40eetuRobo18Nived_Nambiar28Tjan8David_MA22   Week 4 Results: Congratulations to the Week 4 qualifiers, you are being entered in the random drawing that will take place at the end of the challenge. Week 4:Community MembersSolutionsSuper UsersSolutionsPower Automate Deenuji11FLMike31Sayan11ManishSolanki16VishnuReddy199710creativeopinion14Akshansh-Sharma3SudeepGhatakNZ7claudiovc2CFernandes5 misc2Nived_Nambiar5 Usernametwice232rzaneti5 eetuRobo2   Anil_g2   SharonS2  

Check Out | 2024 Release Wave 2 Plans for Microsoft Dynamics 365 and Microsoft Power Platform

On July 16, 2024, we published the 2024 release wave 2 plans for Microsoft Dynamics 365 and Microsoft Power Platform. These plans are a compilation of the new capabilities planned to be released between October 2024 to March 2025. This release introduces a wealth of new features designed to enhance customer understanding and improve overall user experience, showcasing our dedication to driving digital transformation for our customers and partners.    The upcoming wave is centered around utilizing advanced AI and Microsoft Copilot technologies to enhance user productivity and streamline operations across diverse business applications. These enhancements include intelligent automation, AI-powered insights, and immersive user experiences that are designed to break down barriers between data, insights, and individuals. Watch a summary of the release highlights.    Discover the latest features that empower organizations to operate more efficiently and adaptively. From AI-driven sales insights and customer service enhancements to predictive analytics in supply chain management and autonomous financial processes, the new capabilities enable businesses to proactively address challenges and capitalize on opportunities.    

Updates to Transitions in the Power Platform Communities

We're embarking on a journey to enhance your experience by transitioning to a new community platform. Our team has been diligently working to create a fresh community site, leveraging the very Dynamics 365 and Power Platform tools our community advocates for.  We started this journey with transitioning Copilot Studio forums and blogs in June. The move marks the beginning of a new chapter, and we're eager for you to be a part of it. The rest of the Power Platform product sites will be moving over this summer.   Stay tuned for more updates as we get closer to the launch. We can't wait to welcome you to our new community space, designed with you in mind. Let's connect, learn, and grow together.   Here's to new beginnings and endless possibilities!   If you have any questions, observations or concerns throughout this process please go to https://aka.ms/PPCommSupport.   To stay up to date on the latest details of this migration and other important Community updates subscribe to our News and Announcements forums: Copilot Studio, Power Apps, Power Automate, Power Pages

Users online (1,270)