Remove items from list where null

I have 2 lists. One of room names and one of room locations.

I want to remove the room names where there locations are null. Is there a way to do this. In the example below. I want to remove item 0 TLT because its location is null.

Try Object.IsNull and then List.FilterByBoolMask
Hope this helps,
Thomas

1 Like