Hello everyone please help. I am trying to put a patch function to the "OnSelect" property of a checkbox, the goal is to update the Status column. The problem is patch is throwing "some invalid arguments" when I click the get help option it says that the specified column "Date" does not exist. I don't understand why this is causing an error "Date" doesn't exist because it is a column created using AddColumns and it is used in a label but not in the patch formula. I tried removing and reconnecting the data sources which is two excel tables but not change.
Patch(Trainees, ThisItem, {Status: "Completed"})
If it's helpful I merged the two excel tables in the gallery.