trying to select title block families by sheet number to change parameters
What is the error from the String.ToNumber block?
1 Like
And the error at the filter by book mask as well.
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
The parameter value for Sheetnumber IS a string.
You can leave it as it is, no need to convert.
Marcel