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 / How to Update all records
Power Apps
Answered

How to Update all records

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

This is my first App, so it is a silly question

 

Currently when I click on Update button, only one record is updated, how to update all of them, here is the formula

Patch(QTIES,

{ID:TextBox3.Value
,DATE:DatePicker1.Value,name:TextBox3.Value,
INSTQTY:Value(LabelQTY.Text)
})

 

mim_0-1610623673884.png

 

Categories:
I have the same question (0)
  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @Anonymous 

    Please consider changing your Formula to the following:

    ForAll(
     yourGalleryNameHere.AllItems,
     UpdateIf(QTIES, ID=Value(TextBox3.Text)
     {
     DATE: DatePicker1.SelectedDate,
     name: TextBox3.Text,
     INSTQTY: Value(LabelQTY.Text)
     }
     )
    )

     

    I hope this is helpful for you. 

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    thanks @RandyHayes , I will check it when Dataverse for team is back, currently, it is down ( a bit worrying to be honest)

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 429 Most Valuable Professional

#2
11manish Profile Picture

11manish 191 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 122 Super User 2026 Season 2

Last 30 days Overall leaderboard