rising-crimson•2y ago
Save user choice
I want to record the choice that my chatbot users make. So I use the "Capture step" but how do I record information after a choice with buttons. Because I can't put step capture on a button.
5 Replies
You use a ‘set’ step to capture the button choice to a variable.

rising-crimsonOP•2y ago
thank you for your answer but how do I need to use the "set" top capture the button choise ?
OK, here is an example. When button '1' is pressed, the 'set' step will then apply '1' to the variable {Choice_1} and will display '1' in the last text step or you can use it in your flow how you like.

Yoou can also just set it using the Set Action on the button itself. If you know JS there is a super easy way to do it for all buttons in one step.