Hi
I have gallery with checkbox to select items from gallery.
1. I was thinking to use Collect or ClearCollect to get items from the gallery.
When I make ClearCollect(Gallery.Selected), it returns collection with first row, regardless of if no checkboxes or other than first row are selected with checkbox.
When I make ClearCollect(Gallery.AllItems), it returns collection, but my checkbox record is unclear to me. (Default value for checkbox is false)

Can someone help me with this?
Plans to use collection.
2. to update Status column to "delete" for this collection.
3. to update rows in data source from step1 by new status from step2.
If you can help me with this, also very appreciated.
Thanks!