Skip to main content
Version: 2.13

Is List Empty

Checks if a list is empty

Description​

Checks whether a given list is an empty Array, empty QueryResult or null.

Inputs​

  • list (List): The input list

Outputs​

  • is empty (Boolean): true if the list is null or empty, false otherwise