Hello,
here below there’s a simple example of the problem I’m trying to solve
Let’s suppose I have 2 keywords as a trigger:
“windows” and “ios”
So the flow is also triggered if the user type for example: “I use windows”
I would like to reply something like: “Do you use windows only”?
But for now, I’m only able to reply with “Do you use I use windows only”?
because the entire sentence (“I use windows”) is reported in the reply
by the variable {{win_mac.message}}
How could I solve this?
Thanks in advance for your suggestions