Skip to main content
Version: Next

Filter List Is Null

Filter on a specific property being not set

Description

Filter on a specific property being not set

Inputs

  • list (List): The list to filter.
  • property (Property): The property to test.
  • not (Boolean): If true, acts as Filter List Not Null.

Outputs

  • list (List): The resulting filtered list.