Hi All,
Sorry for the stupid question, I am a total newb.
Believe me, I have tried to get this working in vain 😞
I have a simple sharepoint list called barcodes
Barcode Product Stock
111 Apple 3
222 Orange 12
Barcode is a number Product one line text, stock a number
I have added a barcode scanner to the app and set the onscan to set the value of a variable called BC, which I have proved working by creating a label that shows the value of BC.
I then want two labels to display the values in the list so I have set the label to be Lookup(Barcodes, Barcode = BC, Product) and for the second, (lookup(Barcodes, Barcode=BC, Stock) but it gives me an incompatible types for comparison error.
Could someone please give me the syntax for each label please? I have tried Barcode = BC.text, Barcode = BC.value, encasing the entire lot in Text, all without success but it is because of my very basic understanding of Powerapps so far that is my issue :).
Thanks very much in advance for any help! It's driving me crazy 🙂