Hello, I’m trying to figure out the easiest way to check if my string contains on of those strings:
chief, president, director, executive,… In javascript we have some function to do that.
I’ve tried something like that but I couldn’t make it work:
{{|“(
contains(”“”}}{{4.body.person.title}}“, “chief”),
contains(”{{4.body.person.title}}“, “president”),
contains(”{{4.body.person.title}}", “director”),
…