Hi,
I have built a simple tracker for samples that we get in our office.
I created a SharePoint List, named 'Sample Tracker Inventory'.
Barcode Reader = BarcodeReader1
Trying to get data from barcodereader1 to output in DataCardValue10

In the SharePoint List, I have the following columns:
Title
Barcode (single line text)
Date Item Received
Details
Sample Order #
Assigned To
Category
Customer
Branded, etc.
On Home screen, I have a gallery named BrowseGallery1 where I can select an item, edit the details, and submit changes.
However, I'm trying to implement a barcode scanner to be able to scan a barcode and put the value inside 'Barcode' column. This will save time with typing it in. However, I've searched all over the internet and can't find a formula that does this correctly because I'm poor at syntax. Please see below for pictures



This is what I have in OnScan property of barcode reader.
Patch('Sample Tracker Inventory',LookUp('Sample Tracker Inventory', WhoScanned=User().FullName),{Barcode:BarcodeReader1.Value})
I know I'm doing something wrong but too dumb to understand other people's posts. Any help will save me from losing my mind. Thank you in advance!!!