List of parameter value to campare

How can i get only a list of parameter value; I will to filter by value

I get:

0 PARAMETERNAME : value
1 F_ESTADOLIBRE : No

I need a list only with values, not parameter and value. I will compare the value en I cant

0 Value
1 No
2 No

thanks you

@luisxv724
Use the Element.GetParameterValueByName node and then you might have to use an if condition to get the Yes/No value

OR

Use custom nodes from packages like MEPOver.

1 Like

Thanks AmolShah!!

1 Like