Hello to all,
My premisses:
- Originally in revit the Yes/No parameter (instance parameter) is set to “unchecked”
- The list is written in excel by using a dynamo graph, where 0=unchecked and 1=checked
- In Excel the column is progressively updated, so values will vary from “0” to "1"
- Another graph will read from excel, translating values “0” and “1” to, respectively, “unchecked” and “checked” and combine to the right elements by using UniqueId.
The problem:
I’ve tried to filter results by using OOTB node “IF”, but it returns always the same value (1=Checked) to all elements…
Do someone has a hint of what to do?
Thanks in advance!