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,