Hi,
I got below error while patch bulk records.
Please help to resolve the issue.
Onselect of submit button my code is
UpdateIf(Rowsave,true,
{
Status:{Value:"Submitted"}
});
Patch('Time sheet',Rowsave);
Notify("Records Submitted",NotificationType.Success);
Clear(Rowsave)
