Ok, another question is there any way to search for words, but within a sentence? for example, I have a problem, and what to look for within the sentence?
All the best
------------------------------
Enrique Del Villar Lopez
ZELENZA, S.L.
------------------------------
Original Message:
Sent: 03-21-2021 16:27
From: Will Bellerby
Subject: concatenate if contains - message
Message.message.body is already a string so you don't need to use toString
Also, I would suggest using Lower to match call cases of your keywords
Contains(Lower(Message.Message.body) , "problema", true) OR
Contains(Lower(Message.Message.body) , "consulta", true)
------------------------------
Will Bellerby
Pyrios NZ Ltd
------------------------------