Combine Pattern still result Null Object

I have 63 objects in a list with 6 Null object (Which I have counted and checked). This is filtered out correctly using Object.IsNull.

The number of objects under the Combine by Pattern is correct however some of objects are turned into “null object” in this step.

Anyone know what might be the problem here?

Got it figured out - I got the wrong list connect to the transform Original node. All good now.

Hi IOIO,

If in case if you need to remove null values use “List.Clean” node.