Hi,
I ma trying to patch the below to my sharepoint list called QHSE App, when i do it does not seems to work or it creates a new record rather than patching to the record in QHSE Audit App. Can you advise? I have it set up in a gallery and want it to patch to the the one i have checked on the tick box in the gallery
ForAll(RenameColumns(Filter(qhseall,ticked),"ID","TEST"),Patch('QHSE Audit App',LookUp('QHSE Audit App',ID = TEST),{'Non Conformance Status':Dropdown4_1.Selected},{'Non Conformance Date':DatePicker3.SelectedDate}));Notify("Your audit has been saved",NotificationType.Success);ClearCollect(qhseall,AddColumns('QHSE Audit App',"ticked",false));Refresh('QHSE Audit App')