New to Dynamo. Trying to automate placement of annotation tags on models

Hello, I am new to Dynamo and trying to create a basic script to automate tagging of models within my level. So far I am just trying to create a single tag creation before getting more advanced. I have a background in Unreal Engine programming but it is not translating to Dynamo as much as I had hoped.

End Goal:
I have multiple toilet models in a level that need to be individually tagged.
Toilet models are labeled WC-1, WC-2 and WC-3.
I want to separate each model based on family type and insert an annotation tag on each model, through dynamo.

Thanks!

Hi @blaked9CYJJ

You can get family types of category this way:

This will group family instances by its type. It will help you in setting parameter by its type.