Need help - View filter with archi-lab doesnt work

Hello everyone,
I’m trying to create a view filter using the Archi-Lab blocks, but I keep encountering errors. Does anyone of you have an idea why it’s not working for me? I’m using Revit 23.0.11.19, Dynamo 2.13.1.3887, and Archi-Lab 2023.213.1523.



The warning tells you the filter collection is empty. You haven’t provided anything for the filterSets input. What’s the default value?

1 Like

The default value is archilab.Revit.Selection.Select.GetNull()

Is your filter rule valid? Can you create the same filter manually in Revit and does it work?

Yes the filter works in Revit:

Would you mind translating all of that to English so I can try and recreate it?

EDIT: I tried with just the Comments parameter and everything worked for me.

Unfortunately, I don’t know how to change Revit to English. The comment parameter also doesn’t work for me. Could you perhaps send me your Dynamo script?

I meant could you clarify what all of those values are that you’re using so that we know exactly what it is your script is doing.

HI

The node Select Rule Type you used is the ootb node, for archilab node you should use the node from archilab. The only difference is the upper/lower case from the string output.

Kind regards