I am creating a tool tracking program, and I have a barcode generator through power apps to where I can create a unique barcode; as well as specific information on the item. I want to be able to scan an item and have it instantly; or at minimum with a button press, display the items in a gallery. This way they can select multiple items to remove from stock.
Currently on Scan I have this: Collect(colscanneditems,{ScannedItems: First(BarcodeReader1.Barcodes).Value}) but with this command it will only show one item. how can I show all that are collected?