web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Action 'Update_item_2'...
Power Automate
Unanswered

Action 'Update_item_2' failed Could not find list item

(1) ShareShare
ReportReport
Posted on by 138

Hello,

Had a requirement to create two lists as Submit and Approval with the columns as Approval status, id, attachment, category, subcategory, attachments, etc

When a submitter creates a list it needs to go to multiple approvals ...so based on the Approval Status the flow needs to get triggered.

 

So I have tried for Single approvers by creating the submitter list and approval list...yesterday it was working fine.

 

Now when I tried to create a new list ---its throwing and error ---as 

Error message :

1)Action 'Update_item_2' failed

Could not find list item.

clientRequestId: 0f0d0a13-f6dc-48be-8641-a7c7cc6a7d58

serviceRequestId: 0f0d0a13-f6dc-48be-8641-a7c7cc6a7d58

 

OutPut :

{
        "status"404,
        "message""Could not find list item.\r\nclientRequestId: 0f0d0a13-f6dc-48be-8641-a7c7cc6a7d58\r\nserviceRequestId: 0f0d0a13-f6dc-48be-8641-a7c7cc6a7d58"
    }
Salesforce_0-1643982400448.pngSalesforce_1-1643982480324.png

 Update Item --for approver list --

Salesforce_2-1643982516301.png

 

Any help suggestions are very much appreciated.Thanks in Advance

Categories:
I have the same question (0)
  • canog1 Profile Picture
    4 on at

    Same Issue: Action 'Update_item' failed

     

    canog1_0-1644526347512.png

     

    I am trying to create a List that mirrors and updates from another List with just specific columns.  I haven't been able to get it to work. I have tried this example : https://youtu.be/kEkZXBMf6eo 

     

    Some how I had it working before now there is a new error.  I even deleted every past List and started from scratch twice (this is becoming my third).  If you could recommend a different method or help me address my current flow, PLEASE!!!!😞

     

    As you can see I am using: Instant Flow Cloud

     

    Sharepoint: When an Item is created or Modified

    (Selected) Source Information

     

    Sharepoint: Get Items

    (Selected) Desired Information

    Note: Under Filter Query added: ID eq'ID'

     

    Conditions:

    length (triggerBody()?['value']) / is equaled to / 0

     

    (Yes) Sharepoint: Create Item

    (No) Sharepoint: Update Itm

     

    Error Details:

    Could not find list item.
    clientRequestId: 4721ebe0-dee4-4ea3-9ae7-73ebed85a37e
    serviceRequestId: 4721ebe0-dee4-4ea3-9ae7-73ebed85a37e

     

    INPUTS: Raw 
    {
        "method""patch",
        "path""/datasets/https%253A%252F%252Fteex.sharepoint.com%252Fsites%252FITSICIDMREC/tables/0297e360-aeaf-4815-847b-eda8bc8c26ea/items/28",
        "host": {
            "api": {
            },
            "connection": {
                "name""/providers/Microsoft.PowerApps/apis/shared_sharepointonline/connections/adef5b6af7284a98bf13e6cf81903152"
            }
        },
        "authentication": {
            "scheme""Key",
            "parameter""*sanitized*",
            "type""Raw"
        },
        "body": {
            "CourseStatus": {
                "Value""Under Review / Processing"
            },
            "DeliveryPlatform": {
                "Value""Face2Face"
            },
            "StartDate"null,
            "EndDate"null,
            "CourseTitle": {
                "Value"null
            },
            "Seq_x0023_"0,
            "Project_x0023_": {
                "Value""0"
            },
            "Task_x0023_"0,
            "LeadInstructor": {
                "Claims"null
            },
            "SecondaryInstructor": {
                "Claims"null
            },
            "OtherInstructor": {
                "Claims"null
            },
            "CourseAddress"null,
            "CustomerPOC"null
        }
    }
     
    OUTPUTs: raw
    {
        "statusCode"404,
        "headers": {
            "Vary""Origin",
            "X-SharePointHealthScore""0",
            "X-MS-SPConnector""1",
            "X-SP-SERVERSTATE""ReadOnly=0",
            "DATASERVICEVERSION""3.0",
            "SPClientServiceRequestDuration""34",
            "SPRequestGuid""4721ebe0-dee4-4ea3-9ae7-73ebed85a37e",
            "request-id""4721ebe0-dee4-4ea3-9ae7-73ebed85a37e",
            "MS-CV""4OshR+Teo06a53Pr7YWjfg.0",
            "Strict-Transport-Security""max-age=31536000",
            "X-FRAME-OPTIONS""SAMEORIGIN",
            "Content-Security-Policy""frame-ancestors 'self' teams.microsoft.com *.teams.microsoft.com *.skype.com *.teams.microsoft.us local.teams.office.com *.powerapps.com *.yammer.com *.officeapps.live.com *.office.com *.stream.azure-test.net *.microsoftstream.com *.dynamics.com;",
            "MicrosoftSharePointTeamServices""16.0.0.22126",
            "X-Content-Type-Options""nosniff",
            "X-MS-InvokeApp""1; RequireReadOnly",
            "Timing-Allow-Origin""*",
            "x-ms-apihub-cached-response""true",
            "x-ms-apihub-obo""true",
            "Cache-Control""max-age=0, private",
            "Date""Thu, 10 Feb 2022 20:45:08 GMT",
            "P3P""CP=\"ALL IND DSP COR ADM CONo CUR CUSo IVAo IVDo PSA PSD TAI TELo OUR SAMo CNT COM INT NAV ONL PHY PRE PUR UNI\"",
            "X-AspNet-Version""4.0.30319",
            "X-Powered-By""ASP.NET",
            "Content-Length""179",
            "Content-Type""application/json",
            "Expires""Wed, 26 Jan 2022 20:45:09 GMT",
            "Last-Modified""Thu, 10 Feb 2022 20:45:09 GMT"
        },
        "body": {
            "status"404,
            "message""Could not find list item.\r\nclientRequestId: 4721ebe0-dee4-4ea3-9ae7-73ebed85a37e\r\nserviceRequestId: 4721ebe0-dee4-4ea3-9ae7-73ebed85a37e"
        }
    }
     
  • Salesforce Profile Picture
    138 on at

    Hello @canog1,

     The same thing has happened to me when I have created from scratch. check for the IDs if your comparing (i have changed the get items and created ids). I have got a response to this post-https://powerusers.microsoft.com/t5/Building-Flows/Could-not-find-list-item-Action-Update-item-2-failed/m-p/1453118#M162879 

    Hope this will be helpful.

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.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Michael E. Gernaey Profile Picture

Michael E. Gernaey 522 Super User 2025 Season 2

#2
Tomac Profile Picture

Tomac 364 Moderator

#3
abm abm Profile Picture

abm abm 243 Most Valuable Professional

Last 30 days Overall leaderboard