Python Script doent work properly (Revit Family Parameters Value “Family Editor”)

Hi there,

I’m trying to get the falimy parameter value in the family editor.

I’ve read this post:

But doen’t work fos several parameter names as you could see:

Any help plz?

Thks

Manel

There are two options:

  1. Add a for loop to go through inputs
  2. Nest the python node into a custom node and use list levels :slight_smile:
1 Like

Thks @Jonathan.Olesen.

I used the second option because the first one is out of my possibilities.

Now, it is working. thks

Manel