> For the complete documentation index, see [llms.txt](https://help.pickzen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pickzen.com/guides/nocode/functions/empty.md).

# EMPTY

The EMPTY function returns true if a list is empty or is not defined.

### Syntax

EMPTY(list)

| Argument name                               | Description |
| ------------------------------------------- | ----------- |
| <p><strong>list</strong></p><p>Required</p> | A list.     |

### Examples

If the following table is executed, assuming *list* is not defined:

![Logic](https://1947171238-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrTaL6FQB3RzlkCwQfN%2F-MA6akcrAAnaxoj6oO7b%2F-MA6cabuzbXB1P0HKjCB%2Fimage.png?alt=media\&token=25683d63-1c2f-4ed7-9058-3855764b4925)

The message '*The list is empt*y' will be printed in the browser console.
