DecisioningDecision Platform Authoring GuideFunction ReferenceGetDefault FunctionOn this page GetDefault Function Returns the default value of the element. Syntax GetDefault(element) Returns the default value of the element. Arguments element Any - element whose default value is to be determined. Remarks Example: GetDefault(Field1); // returns null.