Get parameter values from Element.Parameter

Hi guys, is there a node which extracts only the values of parameters after Element.Parameter?

I’m trying to use the get parameter value by name but it doesn’t work. I tried using levels at parameterName and also adding a string from object between the nodes Element.parameters and Element.getParameterValueByName, but I still don’t get the values.

Thanks!

1 Like

The Element.GetParameterValueByName node only needs the name of the parameter. For Example Sheet Number (as String).

In this case, you could also use the node Parameter.Value after the Element.Parameters node :slight_smile:

1 Like

YES! That’s exactly the node I needed but couldn’t find. Probably cause I didn’t use the point between Parameter.Value. I always get in trouble because of that, maybe I should start searching for nodes i the library section thing instead of right click - search…

In any case THANK YOU DUDE, have a wonderful day! ^^^^

1 Like

Try like this…

Home.dyn (10.0 KB)

3 Likes