I have a gallery with checkbox, oncheck the app collect the items from the gallery in a collection named colBooking.
In my gallery, with the AddColumn function, I added a column "SEARCHID" for searching the ID in a textbox.
My current problem is that for the purpose of the colBooking collection I need it not to collect the "SearchID" column.
Do you have any ideas on how to fix it?
I also tried to collect the columns individually like this:
Collect(colBooking;ThisItem.column1;ThisItem.column2;ThisItem.column3)
but I don't know what to add to the OnUncheck property to remove the record if the user unchecks the checkbox.
I hope I explained myself better. If so, I'm available for other explanations.