Hi all,
I have a gallery connected to a collection, in all rows I have a checkbox. I want select some rows with checkbox and then I want click a button to change a field in my sharepointList. I have a button too where can I scan a bar code with this code in OnScan property
Collect(
colScannedItems;
{ScannedItemNumber: BarcodeScanner.Value}
)if the barcode scan a number that is in the gallery, the specific checkbox in that row will be flag, on default property I have
ThisItem.Number in colScannedItems.ScannedItemNumber in the default property in the checkbox I have
ThisItem.Number in colScannedItems.ScannedItemNumber || ThisItem.Selectedand in the the update button I have in onSelect
With({selectedItems:Filter(Gallery3.AllItems;Selected)};
Patch(Sim_Dettaglio;
ShowColumns(selectedItems;"ID");
ForAll(selectedItems;{ Request: Gallery2_1.Selected.Title})
)
);;
ClearCollect(collection; AddColumns(detail; "Selected"; false))
so I have some problem in default property in the checkbox, if I use bar code or simple select it work good but if I want to use between it don't work.
Do you have any idea?
Thank you so much

Report
All responses (
Answers (