Syntaxincludes(list, search)list.includes(search)Examplesincludes(["a", "b", "c"], "b")[1, 2, 3].includes(4) Example 1Example 2 More ExamplesCommon UsesTemplates UsingCurrent Month in Multi-select More Infoincludes · Notion Formulas · Ben SmithReturns true if the list contains the specified value, and false otherwise.https://www.bensomething.com/notion/formulas/functions/includes