Check message subject and body for multiple strings

Hello good
Is it possible to match a word within a sentence?

Example: If(IsSet(Message.Message.body), Contains(Message.Message.body, "keyword1"), false) OR If(IsSet(Message.Message.body), Contains(Message.Message.body, "keyword2"), false)

It is possible to use this query but to search for those "words" within a phrase that contains them?

Regards,

Hi,

Yes, that syntax can be used to find substrings in any string of text.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.