Use this when you want to remove null or undefined values from a list within a flow, for example cleaning up a list before passing it to a geometry node.
Inputs
Name | Abbreviation | Type | Access | Description |
List | L | object | list | The list to remove NULLs from |
Outputs
Name | Abbreviation | Type | Access | Description |
List | L | object | list | The list with NULLs removed |

