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 / Update Multiple CDS re...
Power Apps
Unanswered

Update Multiple CDS records from Gallery

(0) ShareShare
ReportReport
Posted on by 145

Hi,

 

I have a requirement to update multiple records selected in the gallery.

I am using CDS as Data Source.

In the App there is a checkbox, to update multiple records the user will click on the checkbox.

Screenshot_8.png

There is a save button on which I have the following formula

 

ForAll(
 Filter(
 GalleryQuoteProduct.AllItems,
 CheckboxQuoteProductGallery.Value = true
 ),
 Patch(
 [@'Quote Products'],
	'Quote Product' in Filter(
 GalleryQuoteProduct.AllItems,
 CheckboxQuoteProductGallery.Value = true
 ).'Quote Product',
 {
		'Product Name': ProductNameQPGallery.Text,
	 'Product type':ProductTypeQPGallery.Selected.Value,
		'Price Per Unit': Value(PricePerUnitQPGallery.Text),
		Quantity: Value(QuantityQPGallery.Text),
		'Manual Discount': Value(ManualDiscountQPGallery.Text),
		'Extended Amount': Value(ExtendedAmountQPGallery.Text)
 }
 )
)

 

 Any help will be appreciated

Categories:
  • tjalui Profile Picture
    145 on at

    Hi @v-xida-msft ,

     

    Can you Guide me regarding this issue.

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 432 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 347

#3
WarrenBelz Profile Picture

WarrenBelz 254 Most Valuable Professional

Last 30 days Overall leaderboard