Remove Null Item From List
  • 19 Dec 2022
  • 1 Minute to read
  • Dark
    Light

Remove Null Item From List

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationData > Lists

The Remove Null Item From List step removes null objects from an inputted list.  The ListType that will be accepted as an input can be selected under the DATA section for the step.



Properties

Inputs

PropertyDescriptionData Type
Original ListThe string to break into a substring.List of Datatype

Outputs

PropertyDescriptionData Type
New ListThe part of the string that was extracted.List of Datatype

Example Inputs and Outputs

Original ListNew List
["First String", "Second String", "NULL", "After Null"]["First String", "Second String", "After Null"]
["First String", "Second String", "NULL", Object3]
EXCEPTION
[True, False, False, NULL, True][True, False, False, True]
[Object1, NULL, Object3, Object4] [Object1, Object3, Object4]



Related Information

Example Labs:

Dynamically Building a List of Items


Was this article helpful?

What's Next