DescriptionReturns true if the argument is null, otherwise falseAvailable InAppsAutomationsAnalysisSyntaxISNULL(type: any) => booleanExampleISNULL("Hello World") = falseisnull(@Variable.123) = true