rising-crimson
rising-crimson2y 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
Steve B. | IntelleSync.ai
You use a ‘set’ step to capture the button choice to a variable.
rising-crimson
rising-crimsonOP2y ago
thank you for your answer but how do I need to use the "set" top capture the button choise ?
Steve B. | IntelleSync.ai
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.
No description
W. Williams (SFT)
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.

Did you find this page helpful?