How to search for "string" in list

Hi all,

I wanna search to certain words in the parameter values, but can’t get it managed.
Any clues? (the green dots are supposed to be true).

Hi,
Element.Parameters’ output is not a string. It is a parameter. You can use String From Object to turn the whole thing into a string, or you can get the parameter Name or Value instead.

1 Like

Hello…here is one way as Viktor say

1 Like

Thank you both… that did the trick.
Thought I already tried it, but guess not, or did something wrong haha

Much appreciated for the quick response.

1 Like

Edit…Here is a way if you only will search in value…