"Table1" in Excel is data source.
BrowseGallery1 is the Gallery
I have added one checkbox to the top of the page.
If this is checked by the user, I am trying to patch all items the gallery. I would like to patch the column name 'Selected' to "Y".
I am trying this, I can see it doesn't look right, but I just can't figure out what I need to do to solve.
Patch(Table1,BrowseGallery1.AllItems,{Selected: "Y"})
Any help would be most appreciated, thank you.