DecisioningDecision Platform Authoring GuideFunction ReferenceIsNull FunctionOn this page IsNull Function The IsNull function returns true if a field is null. Syntax IsNull(field) The IsNull function returns true if a field is null. Arguments field Field - A field. Remarks Example: IsNull(Field1); // returns false