Hi @Anonymous
Patch(SKU_Data, First(Filter(SKU_Data, SKU=skuInput.Text)),{Barcode: Value(barcodeInput.Text)})
First add 3 labels for testing purpose
Label1 - text - skuInput.Text
Label2 - text - Value(barcodeInput.Text)
Label3 - text - Lookup(SKU_Data, SKU=skuInput.Text).SKU
Make sure you have values for all the 3
Next
On select of a button try
Patch(SKU_Data, Lookup(SKU_Data, SKU=skuInput.Text),{Barcode: Value(barcodeInput.Text)})
Then go to sharepoint list and sort it by last modified date and check if the latest item has been modifed
If Yes, check value for barcode field
--------------------------------------------------------------------------------
If this post helps answer your question, please click on “Accept as Solution” to help other members find it more quickly. If you thought this post was helpful, please give it a Thumbs Up.