I have my app to select from the list to approve so I have the checkbox in the gallery
In gallery checkbox: Oncheck: Patch(collectionDemo,ThisItem,{IsChoosen:true})
Onuncheck: Patch(collectionDemo,ThisItem,{IsChoosen:false})
Default: ThisItem.IsChoosen
How to put the select all button on the top and then click select all item will be check and patch them to the collection as ischoosen is true.

Report
All responses (
Answers (