Good day, I am new to power apps and it is giving me a headache. 🤕
I would like to update an item in a sharepoint list based on the value from a scanner input. I keep getting errors and I cannot figure out why:
Patch('PH Inventory SLOC checker', LookUp('PH Inventory SLOC checker',Title=BarcodeScanner1.Value), {SLOC: Dropdown2.SelectedText})
If I understand this correctly: Patch(List to be patched, Lookup the value in list column Title that equals tha value of barcodescanner1, update the column SLOC with the Selected text in dropdown2.)
I get these two errors no matter what I do:
Error 1:

Error 2:

PLEASE HELP ME!!!