Skip a component if one of the input is NULL

There are some Region Difference components, and the input B could be NULL sometimes. In such a case, I’m wondering if there’s a way to skip the Region Difference component if B is NULL and only return the A input.

Thanks in advance!

image

null_filter.gh (9.9 KB)

1 Like

This works! Thanks a lot.