Hello,
I’m currently working on building my own custom dynamo package, I want to make a dropdown node model, but with a dynamic items. In more detail, my node will inherit from the DropdownBase class and I will add an inport to it. I want the dropdown list items to be dependent on the input. for example, if I have the input as a Revit family, I want the dropdown items to show all the family types of this input family such that when I change the value of the input node, the dropdown items change accordingly. any one can provide me with a sample code or example or anything that can help?