I have a table that has a drop down menu. I want to select a new string in the dropdown and then have it update in my database. This is what I have so far:
UPDATE officeNames
SET Brand = {{table1.selectedRow.data.Brand}} ,Code = {{table1.selectedRow.data.Code}}
WHERE Id = {{table1.selectedRow.data.Id}}