Get element from list

Hello and welcome to the forums,
You are feeding the GetLocation node with strings instead of elements. This way your are trying to get the geometry of a parameter :stuck_out_tongue:
Try connecting the SelectModel directly to the FilterByBool.

Also, as I see you are new to dynamo, let me give u two advices:
-Try having in mind nodes inputs and outputs types, as is clear in your screenshot that Element.Name gives you a string, and GetGeometry requires an element.

-Take a look at this post about how to use this forum, specially to item 8, wich is about searching in the forum. A quick peek to your profile tells me you literally search for 1 minute before posting this question. Try a bit harder next time.

Cheers,
Matias