Applying condition to a model in javascript returns the wrong record We have a model that we are trying to filter with two conditions. We applied both conditions. When we look in the object, we can see that both conditions were correctly applied but, the row that is filtered does not match the conditions. Any advice? = skuid.model.getModel(‘MMA_Payroll_Period_Instructor_Day’)K {updateable: true, type: “”, soql: “SELECT Payroll_Day_Date__c,Name,MMA_Payroll_Period…FROM MMA_Payroll_Period_Instructor_Day__c LIMIT 2”, rTypeFor: null, recordTypeInfos: null…}y.getConditionByName(‘MMA_Instructor__c’)Object {valueTemplate: null, values: null, value: “”, units: null, type: “fieldvalue”…}y = skuid.model.getModel(‘MMA_Payroll_Period_Instructor_Day’)K {updateable: true, type: “”, soql: “SELECT Payroll_Day_Date__c,Name,MMA_Payroll_Period…FROM MMA_Payroll_Period_Instructor_Day__c LIMIT 2”, rTypeFor: null, recordTypeInfos: null…}Instructor_condition = y.getConditionByName(‘MMA_Instructor__c’)Obj