using the contains functionality for a String and List

2
how can one check a list variable containing a given string? like in java you van use the containsValue of the hashtable class.
asked
2 answers
1

You can use the 'List operation' activity.

answered
-1

List operations do not work with primitives (such as strings), but i guess the list does not contains primitives as well, since that is not possible in Mendix (or, at least, in microflows).

So what exactly is your case, you want to search a list of items based on a certain attribute or..?

answered