isNullOrEmpty

Use the isNullOrEmpty function to check if a Text value is null/empty. The isNullOrEmpty function returns a Boolean value.

Function format

isNullOrEmpty(Text value)

  • value: the value checked for null/empty classification.

isNullOrEmpty example

isNullOrEmpty("Hello, world!")

The formula returns the Boolean value False.