Quick way to separate Family name

It seems a noob question, but how can I quickly grab the Family name from this.

Family.name?

It does not work

Try in 3 steps:
FamilyType.Name and log to it FamilyType.Family and finally log to it Family.Name

Yes. That’s a way. Although I already have the family name there in the image. Just need to extract it quickly.
Right now I would need to convert it to string and then apply some separator.

Family.name should already be a string.
Anyway you can connect ro it the node String from object.
Then you add a code block to concatenate whatever separator or text you want.

I.e.
Code block "door family: " + x
And in the x you feed in string from object

Please mark as solution if this solved your question.
Bye

hi @theshysnail,

download and install Orchid Package installer here and use the node below.

fnm

1 Like