ElementsGetParameter

Hi @john_pierson ,

ʳʰʸᵗʰᵐ|Elements.GetParameterValueByNameTypeOrInstance not picking the reporting parameter. any thoughts?

What does the Element.Parameters node show for both the instance and the type?

1 Like

Use the OOTB parameter if you know that you are wanting to retrieve instance parameters.

The Rhythm node will iterate through the parameters (in order of ElementId) and since you can have more than one parameter with the same name, it can be retrieving other parameters.

2 Likes