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 Apps / Updating info in Power...
Power Apps
Answered

Updating info in PowerApps

(0) ShareShare
ReportReport
Posted on by 38

Hello, I'm trying to update some data in Powerapps, I'm using Forall, Patch, and Lookup but I got an error because I'm not updating/including in the Patch instruction all the required fields, what can I do to solve it?

 

Example:

ForAll(updateCollection, Patch(Coll01,LookUp(Coll01, Coll01[@ProcessID]=updateCollection[@updID]),{Completed:completed})));

 

The error is: "Title: Field 'Title' is required", but I'm not interested in updating the value of Title. 

Categories:
I have the same question (0)
  • Sid_Jafri Profile Picture
    478 on at

    Then you make that field is not required or pass the same value that you already have

  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @PincheMaldy 

    You (or SharePoint) has probably renamed the Title column.  SharePoint "remembers" the original name and uses it in certain operations.  Your choice is to go back into SharePoint and remove the required property from that column, figure out what the Title column has been renamed to, or add a dummy value to your patch for the Title.  Then you can go back to SharePoint and see what happened with your patch.  Something like

    ForAll(
     updateCollection, Patch(
     Coll01,LookUp(
     Coll01, 
     Coll01[@ProcessID]=updateCollection[@updID]), 
     {Title:"SomeDummy",Completed:completed}
     )
     )
    )
  • PincheMaldy Profile Picture
    38 on at

    Hello, thanks for your quick response, I have more than 5 required values in my list, Do I have to "update" all of them with the current value? Is there another way to update only specific data and not including the required fields?

    I can include the required fields in my instruction but it would be great if I can send only the value that I need to update instead of all the required fields. 

  • PincheMaldy Profile Picture
    38 on at

    .

  • PincheMaldy Profile Picture
    38 on at

    Hi, thanks for your response, Is there another way to update only specific data and not including the required fields?

    I can include the required fields in my instruction but it would be great if I can send only the value that I need to update instead of all the required fields. 

  • Verified answer
    Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @PincheMaldy 

    Don't make the fields required in SharePoint.  You can make them required in PowerApps and it will be easier to work with your data forms.

  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    @PincheMaldy 

    For some other SharePoint pointers check out this blog post. https://powerusers.microsoft.com/t5/Power-Apps-Community-Blog/The-Ten-Commandments-of-SharePoint-in-PowerApps/ba-p/848842 

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard