Match a word in a sentence #1887
Unanswered
GerhardusOtto
asked this question in
Q&A
Replies: 1 comment
-
Maybe check for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good day,
I was hoping someone could assist me.
I have the following situation.
I am receiving the following payload.
"sender" email address
"message" context
"subject" context
In the message field there is either unregistered or registered mentioned at some point.
I am currently using the following expression:
{{payload.message == 'registered'}} which reports true if registered is the only word in the message field, however if it is part of a sentence it reports as false.
Is there any way to have the statement report true if the word is present at all in the message body
Thank you kindly to anyone who can help
Beta Was this translation helpful? Give feedback.
All reactions