Connect All elements of Category to GroupByKey, then place GetParameterValueByName (Family and Type) at the end of SortByKey
You are getting that error, because you are calling Instance parameter with Element Types.
Type parameters ----> Element Type (Family Types)
Instance parameter -----> Element Instance (placed elements)
When you call All elements of Category, you get your placed elements in your project, if you use GetParameterValueByName on those elements, you are getting Instance parameters. If you call GetParameterValueByName with “Family and Type” parameter name, and then use GetParameterValueByName you are getting Type parameters.
We have 1 family for window X and 1 family for window Y.
X = open window
Y = fixed window
We have 1 family for each, but we would like to have each size of these to have a different keynote so we can count and list them by each unique size. We don’t want a new family for each size.
X = open window > 40.12.11.AX
Y = fixed window > 40.12.21.BX
I guess it would be also possible to sort and filter these in a schedule with the keynote parameter not filled in and import a column from excel?
Yes i downloaded the dynamo file you uploaded and it says ‘no parameter found by that name’ and there clearly is a parameter with that name… I don’t get why it’s giving that error…
Okay So I guess my Height and Width are now instance parameters and my keynote is not. Is there a way to make the keynote an instance parameter? Because up until now I’ve only seen it for dimensions…