List.FilterByBoolMask with family?

trying to select title block families by sheet number to change parameters

What is the error from the String.ToNumber block? :slight_smile:

1 Like

And the error at the filter by book mask as well.

image

image

Likely it can’t check if the results are greater than a number as the string to number fails resulting in a null.

Can you check to see if there is a null in the results of the && node by wiring it into a list.unique node?

1 Like

Thanks man, just figured out it was nulls, got rid of it by using a string contains A to make sure its all the right sheet numbers

1 Like

@vanman

The parameter value for Sheetnumber IS a string.
You can leave it as it is, no need to convert.

Marcel