Hi yall!
Im having an issue, but first let me explain my app and my code
What im trying to do is basically an app to check if the information that its uploaded from another app to my azure sql database is correct
What im thinking its to have a gallery with a check box, and check only those that are correct, and after checking the ones that are correct I want to patch a column in this database that register the name of the usser in a column, to see who check the information
So my formula goes like this
If(Checkbox1.Value = true, Patch(tblDataBase,Gallery1.Selected, {CheckColumn: USER}))

But when I try to patch like this, the formula displays an error that says:
The request operation is invalid. Server Response: tblDataBase failed. A Value must be provided for item. clientRquestId
Im kinda lost in this
Any help would be much apreciated
Thanks in advance!