How to colorizing column families

Hi.
I’m struggling to colorizing column families. As I read the fail message, it get a string and not an element. Somebody know how to get it frem a string to an element.

The picture is for the first family, number 0, and then I have for number 1 and 2 below, because I have a revit file with 3 different columns.

I’m looking forward for your help.:slight_smile:
Kasper

You are giving your Color Node the names of your columns, not the column elements themselves.

Connect the Groups output (and not the Keys output) from your GroupByKey Node to the GetItemAtIndex Node.

The GroupByKey Node has 2 outputs, the Group output contains the elements that you have grouped, the keys output has the values you grouped them by.

It worked! Thank you!