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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / UPDATE File Properties...
Power Automate
Answered

UPDATE File Properties : "status": 404, "message": "Could not find list item.\r\nclientRequestId:

(0) ShareShare
ReportReport
Posted on by 24

Hi, 
I try to find why it's not working but didn't..

I have a form where i try to get the response : 

DCJona_0-1669816017234.png

after that need to make a file  so i copy it : 

DCJona_1-1669816058078.png

but on nthe update i have this error : 

DCJona_2-1669816089743.png

 

 

{
 "status": 404,
 "message": "Could not find list item.\r\nclientRequestId: e7cd308b-8f8d-428f-9db9-77ac56c008fc\r\nserviceRequestId: e7cd308b-8f8d-428f-9db9-77ac56c008fc"
}

 

 

Could not find list item.
clientRequestId: e7cd308b-8f8d-428f-9db9-77ac56c008fc
serviceRequestId: e7cd308b-8f8d-428f-9db9-77ac56c008fc

 

Categories:
I have the same question (0)
  • annajhaveri Profile Picture
    8,531 Most Valuable Professional on at

    @DCJona  so your flow is taking response from form, then copying file and then updating the file properties of the newly copied file? can you please share full screenshot of your flow?

  • DCJona Profile Picture
    24 on at

    @annajhaveri Hi, thanks for answer.
    Yes i want to convert a form responde into a doc by filling textbox with the form

    here is the flow :

     

    DCJona_3-1669873763465.png

    DCJona_4-1669873789875.png

     

    DCJona_5-1669873848347.png

    DCJona_6-1669873873038.png

    DCJona_7-1669873926652.png

     

     

     

  • annajhaveri Profile Picture
    8,531 Most Valuable Professional on at

    @DCJona  In the copy file you are copying to /shared documents/ticket folder, and in update file properties you have select Printer Ticket library name, is that correct?

  • DCJona Profile Picture
    24 on at

    yes because if i select a Documents i can not fill aything

    DCJona_0-1669896754063.png

     

  • annajhaveri Profile Picture
    8,531 Most Valuable Professional on at

    @DCJona  so can you ensure the destination document library where you are copying the document is selected in the Update File properties? 

  • DCJona Profile Picture
    24 on at

    @annajhaveri i guess ? 

    DCJona_1-1669897034930.png

     

    do i need to upload a document here?

  • DCJona Profile Picture
    24 on at

    i tried to follow this video : https://www.youtube.com/watch?v=gYlfZazG0kQ&t=1018s

  • DCJona Profile Picture
    24 on at

    this is the output of the copy file : 

    {
     "host": {
     "connectionReferenceName": "shared_sharepointonline",
     "operationId": "CopyFileAsync"
     },
     "parameters": {
     "dataset": "https://xxx.sharepoint.co/sites/JUS_EPI_BEHEER_GESTION_MFP",
     "parameters/sourceFileId": "%252fShared%2bDocuments%252fTicket%252fModele%252fRICOH%2b-%2bService%2brequest.docx",
     "parameters/destinationDataset": "https://xxx.sharepoint.com/sites/JUS_EPI_BEHEER_GESTION_MFP",
     "parameters/destinationFolderPath": "/Shared Documents/Ticket",
     "parameters/nameConflictBehavior": 1
     }
    }

    and the update file properties : 

    {
     "statusCode": 404,
     "headers": {
     "Vary": "Origin",
     "X-NetworkStatistics": "0,525568,0,0,607,0,25989",
     "X-SharePointHealthScore": "3",
     "X-MS-SPConnector": "1",
     "X-SP-SERVERSTATE": "ReadOnly=0",
     "DATASERVICEVERSION": "3.0",
     "SPClientServiceRequestDuration": "321",
     "X-DataBoundary": "EU",
     "X-1DSCollectorUrl": "https://eu-mobile.events.data.microsoft.com/OneCollector/1.0/",
     "X-AriaCollectorURL": "https://eu-mobile.events.data.microsoft.com/Collector/3.0",
     "SPRequestGuid": "34fe6d9f-573e-4a73-8edd-77629da0bfdb",
     "request-id": "34fe6d9f-573e-4a73-8edd-77629da0bfdb",
     "MS-CV": "n23+ND5Xc0qO3XdinaC/2w.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 *.microsoft.com securebroker.sharepointonline.com;",
     "MicrosoftSharePointTeamServices": "16.0.0.23109",
     "X-Content-Type-Options": "nosniff",
     "X-MS-InvokeApp": "1; RequireReadOnly",
     "Timing-Allow-Origin": "*",
     "x-ms-apihub-cached-response": "true",
     "x-ms-apihub-obo": "false",
     "Cache-Control": "max-age=0, private",
     "Date": "Thu, 01 Dec 2022 12:20:12 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, 16 Nov 2022 12:20:12 GMT",
     "Last-Modified": "Thu, 01 Dec 2022 12:20:12 GMT"
     },
     "body": {
     "status": 404,
     "message": "Could not find list item.\r\nclientRequestId: 34fe6d9f-573e-4a73-8edd-77629da0bfdb\r\nserviceRequestId: 34fe6d9f-573e-4a73-8edd-77629da0bfdb"
     }
    }
  • DCJona Profile Picture
    24 on at

    @annajhaveri the copy is ok as i have this output :

    DCJona_0-1669897538696.png

     

  • annajhaveri Profile Picture
    8,531 Most Valuable Professional on at

    @DCJona  okay i just ran a test of copy file and update file properties after it, it worked file, can you please check the flow run and see what item id value is there in update file properties, and match that with item id value in the library where file is copied, you can add ID column in the library view to see the item id.

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 304

#2
David_MA Profile Picture

David_MA 245 Super User 2026 Season 1

#3
Expiscornovus Profile Picture

Expiscornovus 243 Most Valuable Professional

Last 30 days Overall leaderboard