Hi folks,
I am trying to create a QR Scanner for an inventory app I have built using a sharepoint list. I can search through my gallery using the search function but when I scan a QR code it only brings up the 1st Item on my list.
The on scan properties are
Set(SearchValue, BarcodeScanner1.Value);
Navigate(DetailScreen1)
The QR code that it scans is a combination of Numbers and text - eg 5003100mm
The data items for my gallery are as follows with 'Identifier' being the item I want to filter
SortByColumns(Filter([@'Workshop Stock'], StartsWith('Identifier', TextSearchBox1.Text)), "Title", If(SortDescending1, Descending, Ascending))
I have tried changing the search properties but still nothing. Any help would be appreciated.
Thank you

Report
All responses (
Answers (