Warning: Internal error, please report: Dereferencing a non-pointer.
The Door.Rooms node is returning Null values.
Any ideas? I am sure this is something simple I am missing. Other posts on the forum suggest reinstalling the package or restarting Revit might help. Tried both. No luck.
Check your list levels/lacing; it looks like you are outputting a 3 level list from the Door.Rooms node. You might need to set your List.Equals ObjectA input to level 2.
Nice, glad you were able to get it working. I suspect your issue with the bool.mask is that the data type null is not a string. Rather than type “Null” into the code block, try typing null.
Also wanted to ask if you tried using the List.Clean node to strip out nulls. If you set the preserve indices input to false, you are able to remove nulls from your list inputs: