contains(<List>, <Text>) : Boolean
The contains function is used to evaluate whether a particular List item is part of a given List.
This function works on the following Fields:
contains(@Status, "Open") => true
When used within an if() function, the contains() function can be used to evaluate whether a statement is either true or false.
if (contains(@Status, "Open"), "Status is Open", "Status is not Open")
Learn more about how you can get started using the Formula Field.
Type above and the results will be displayed here.