I am trying to identify Revit (Project Information) Parameters and find those that are either “empty”, “not updated from the Template deafults” or have passed the above to tests.
I thought after identifying those that do not pass, I could take the list of all parameters and remove all those that have been identified with the previous two test.
The problem I am now facing is that the node “List.SetDifference” only seems to return unique values. Since in one of the list one value is repeated (in this example: “734S”, appears in “Project Number” and “CPA Project”) the list of Values is shortened.
Would anyone have a better solution or a fix?
Please note that the entire script is a bit more complex and I would be especially happy if I could only modify this small area.
Thanks.
P.