Selecting model element by parameter

I have 4 topography elements in my model and I want to select the one that has the name “Lote 1”. Using boolean masks filter I reached the element I need (last “Watch” node in the image) but the result is of dictionary type.
I’d like now to connect the “IN” element to a node that expects an “element” type: the “Element.GetParameterValueByName”. How can I do it? Thank you.

Try the following connections in red should get you the right element

2 Likes

So simple. Thanks!

2 Likes