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 / Power Automate: Update...
Power Automate
Answered

Power Automate: Update Item step failing with “Could not find list item”

(1) ShareShare
ReportReport
Posted on by 11

I have two Power Automate flows.
Flow 1 takes a Microsoft Form response and creates a SharePoint list item. This one works correctly.

Flow 2 is an approval flow.
This uses the same MS form; when a response is filled out, it triggers the approval - this part works. What doesn't work is the final Update item step. I’m trying to set the SharePoint list “Approved” column to Yes, but the step fails with the error:

“Could not find list item.”

What am I missing?

I have the same question (0)
  • Suggested answer
    Pstork1 Profile Picture
    69,511 Most Valuable Professional on at
    If you are using the column that is added when you turn on content approval in the list then you can't use Update Item to set that value. There is a specific action called, "Set Content Approval Status".

    ----------------------------------------------------------------------------------
    If this Post helped you, please click "Does this answer your question" and give it a like to help others in the community find the answer too!

    Paul Papanek Stork, MVP
    Blog: https://www.dontpapanic.com/blog
     
  • Suggested answer
    11manish Profile Picture
    2,611 on at
    If you're using two separate flows, add a Get items action in Flow 2 to retrieve the SharePoint record created by Flow 1 using a unique identifier (such as the
     
    Forms Response ID), then use the returned SharePoint ID in the Update item action.

    In most cases, the error "Could not find list item" occurs because the Update Item action is receiving a Forms Response ID or Approval ID instead of the actual
     
    SharePoint List Item ID, or because Flow 2 is running before Flow 1 has finished creating the item.
  • Verified answer
    Valantis Profile Picture
    5,971 on at
     
    The most likely cause: Flow 2 is passing the Forms Response ID as the item ID in the Update Item action, but SharePoint needs its own internal list item ID. These are completely different values.

    Fix: in Flow 2, after the approval completes, add a Get items action filtered by a unique value from the form (e.g. the responder's email or a reference number). This returns the SharePoint item that Flow 1 created. Then use the ID from that Get items result in your Update Item action.

    Second possible cause: Flow 2 runs faster than Flow 1 and tries to update the item before it exists. If both flows trigger on the same form submission, Flow 1 might not have finished creating the item yet. Add a delay or use the Get items with retry logic to handle this.

    Pstork1's point is also worth checking: if your Approved column is actually the built-in SharePoint content approval column (not a custom Yes/No column), Update Item can't set it. Use the Set Content Approval Status action instead.
     

     

    Best regards,

    Valantis

     

    ✅ If this helped solve your issue, please Accept as Solution so others can find it quickly.

    ❤️ If it didn’t fully solve it but was still useful, please click “Yes” on “Was this reply helpful?” or leave a Like :).

    🏷️ For follow-ups  @Valantis.

    📝 https://valantisond365.com/

    💼 LinkedIn

    ▶️ YouTube

  • Suggested answer
    David_MA Profile Picture
    14,755 Super User 2026 Season 1 on at
    What is the purpose of having two different workflows? I would put both the create SharePoint list item and the approval into the same workflow. Without seeing the workflows you have created, and only going off of what you describe, how does the second workflow get the ID of the SharePoint list item from the first workflow?
     
    By having both actions in one workflow, you are guaranteed to have the correct SharePoint list item ID to update after the outcome of the approval has been received.

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
Vish WR Profile Picture

Vish WR 470

#2
Haque Profile Picture

Haque 416

#3
David_MA Profile Picture

David_MA 344 Super User 2026 Season 1

Last 30 days Overall leaderboard