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 asFilter List Not Null
.
Outputs
- list (List): The resulting filtered list.