ISEMPTY

Returns true if a value is of type empty or an empty text (““) , otherwise false.

Syntax

ISEMPTY(value)

  • value - the value to check - Value type: any

Example