Hi,
I have an update if function on Button click-
UpdateIf('[dbo].[PayrollHours]',EmployeeId in ApprovalDataNew.EmployeeId && WeekOf in ApprovalDataNew.WeekOf, {Approved:true});
Where ApprovalDataNew is a collection.
However the UpdateIf does not update the desired records in the PayrollHours table. Is there a way to debug and find out what the error is?