Custom Script Include is throwing the JavaScript Error "Cannot convert null to an object"DescriptionA custom script include is throwing an error after London upgrade: "Cannot convert null to an object"Release or EnvironmentAll release since LondonCauseError occurs when creating a var with getGlideObject().getQuestion().getLabel() for variable data or having it inside an if statement. ResolutionAdd a null check for getGlideObject() or write the variable as v.getGlideObject()+v.getQuestion.getLabel()