Hi everyone. Having a recent issue with filtering a gallery with a barcode scanner. I have had it working in the past, but did not complete the project as I was pulled away for other things. Went back and now am struggling to get the filter to work. DVTable has column , TextBarcode, which is a text column, and I am trying to scan barcodes to filter.
The filter code on the gallery is
Filter(AmusementAssets,TextBarcode = TextInput22_1.Text)
The code on the barcode scanner button is
Set(varBarcodeScanSSC,BarcodeScanner5_1.Value)
The code on the textinput control is
BarcodeScanner5_1.Value.
I have tried multiple variances in the gallery formula, Textinput22_1.value, varbarcodescanssc.value etc. with no luck. If I type in the text input, it works correctly. Not sure what I am doing wrong.
Thank you very much for the help!
Chris