Function: contains()

Usage

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:

  • Select
  • Checklist
  • Link to User
  • Link to Role

Examples

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.

What would you improve in this article?
Powered by:

Type above and the results will be displayed here.