Question:
I don’t really know the best way to explain this: I have a list with bases and each base has a list of connectors (it could be one or multiple), I made a filter to filter my bases by connectors, here’s what my method looks like:base.connectors[0].standard
with base.connectors.standard
or base.connectors
but it doesn’t filter anything in that caseSorry if my explanation is a bit confusing. Does anyone know how to fix the issue here?
Answer:
You should check all connectors in your filter – not just the first one!If you have better answer, please add a comment about this, thank you!