I'm beginner in botpress, but maybe, do you need t...
# 💻developers
f
I'm beginner in botpress, but maybe, do you need to save the last message and create a condition to verify if the last message is a selected option. for example:
Copy code
if user.input == "option 1" || user.input == "option 2" || user.input == "option 3" || user.input == "option 4"