ISBLANK

Returns true/false based on whether the given value is blank/empty.

Syntax

ISBLANK(val)

Example

If price is NULL, then:

ISBLANK({{price}})

returns: True

Notes

An easy way to check if a field has no answer

Related

NOTBLANK