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 / Gallery Checkbox patch...
Power Apps
Unanswered

Gallery Checkbox patch not staying check

(0) ShareShare
ReportReport
Posted on by 118

Here's what I have for this screen / gallery / buttons

Issue #1:

  Check box in gallery won't stay Checked:

    Default = If(ThisItem.Received.Value = "Yes", true, false)

    On Check = Set(varReceived, "Yes"); Value(Set(varID, ThisItem.PowerAppsId));

    OnUnChecked = Set(varReceived,"No"); Value(Set(varID,ThisItem.PowerAppsId));

    OnSelect = Select(Parent)

    Text = If(Self.Value,"Card Completed","Check box when Card is completed")

  

Jeffrey_H_2-1706199674814.png

 

Issue #2:

Patching Checkbox back to Sharepoint list (check all boxes in gallery and patch)

OnSelect

Text = "Check ALL Boxes"

 

Issue #3:

Similar to the "Check all Boxes" however just update / patch just whichever checkmark is chosen at that time

OnSelect = Patch ('Student Thank You Cards for Donors', LookUp ('Student Thank You Cards for Donors', PowerAppsId = varID), {Received: {Value:varReceived}}); Refresh('Student Thank You Cards for Donors');

Text = "Check ALL Boxes"

 

I have attached an excel spreadsheet that has the all of the Sharepoint list columns and info

Categories:
  • jrletner Profile Picture
    720 Moderator on at

    @Jeffrey_H ,

     

    You would really benefit from watching this video about selecting items (including all items): Power Apps Select Multiple Items in A Gallery (youtube.com)

     

    Hope this helps you with your questions.

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 382 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 329

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard