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 / Select different rows ...
Power Apps
Answered

Select different rows and change value with a single button

(0) ShareShare
ReportReport
Posted on by 211

Hi guys,

I have a simple problem but I'm new in PowerApps and I need your help.

I want to create a gallery with two button (outside gallery) as you can see in the follow picture.

My gallery is connected to sharePoint list so I can select single dropdown in a row, change value and then save. But I want to select by checkbox more rows and I want to click one time on Confirmed or Rejected button.

Can you help me? Is it possible?

powerApps.JPG

Categories:
I have the same question (0)
  • Verified answer
    v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @common_user ,

     

    Please try below formula OnSelect of the Confirmed button:

    ForAll(
     Filter(
     YourGallery.AllItems, 
     CheckBox.Value = true
     ), 
     Patch(
     DataSource, 
     LookUp(
     DataSource,
     ID = VaLue(ThisItem.IDLabel.Text)
     ),
     {Type:{Value:"Confirmed"}}
     )
    )

     

    Best regards,

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 325 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard