Hello wonderful powerapps people!
I've built a QR scanner for event registration, that looks up the scanner QR in a sharepoint list, and then returns either the booked record or a register new person if no record found.
The challenge I'm encountering is that there are two different ways the QR code is presenting:
1. In email comms CRMURL.com/QRCodeGen.ashx?Id=4g8d1329-6b31-ee11-bdf4-6045bd905f89 .jpeg
2. In print comms 4g8d1329-6b31-ee11-bdf4-6045bd905f89
the OcScan properites are Set(VarScannedBarcode, First(BarcodeReader2.Barcodes).Value)
Then the gallery item code is Filter(ODDATA, Title=Right(VarScannedBarcode, 36)) which is getting me part of the way there, but I'm struggling to figure out how to variably remove the 5 spaces.jpeg when present.
Any help very much appreciated!