
Hello Jose,
do you need to check if the text contains that word - and then run a calculation (if found show /do that if not show/do this)?
To check if text contains the word:
@text.indexOf("word") > - 1 ? show this : show that
Rainer
Comment actions