Issue
A custom script include is throwing an error after London upgrade: "Cannot convert null to an object"
Release
All release since London
Cause
Error occurs when creating a var with getGlideObject().getQuestion().getLabel() for variable data or having it inside an if statement.
Resolution
Add a null check for getGlideObject() or write the variable as v.getGlideObject()+v.getQuestion.getLabel()