I'm trying to use a barcode reader in an app I'm building, and no matter what I do the scanner won't return any value. I'm using the following code in the 'On Scan' property of the scanner:
Set(barcodeValue, Text(First(BarcodeReader1.Barcodes).Value));
This value is initially blank, and after scanning, remains blank. To try troubleshoot the issue, I made a brand new app and tried the same method... and it worked perfectly. It's just in this one app that the reader won't return anything. Anyone have any idea how I might fix this? I've tried removing/re-adding the reader control multiple times, but with no luck. All values other than 'On Scan' are default.