Hi,
I am capturing one or more barcodes in a collection which then gets saved.
The barcode button uses this onselect:
Collect(ScannerButton1,{ScannedBarcode: ScanBarcode()})
The field itself uses this default:
If(ThisItem.AccessConcreteSlab = Blank(), Concat(ScannerButton1, ", " & ScannedBarcode),ThisItem.AccessConcreteSlab & Concat(ScannerButton1, ", " & ScannedBarcode))
It does work on my Android device. It was working on the iPads but now its not.
Can someone tell me why it has stopped working on the iPads?