exotic-emerald•16mo ago
Is there anything like an array or list in Voiceflow
I want to capture users' replies in a list. Because the number of replies is unlimited, I need a list to add all the replies to it. Is there anything like that in Voiceflow?
3 Replies
In Voiceflow, you can capture and store multiple user replies using the Capture Step. The Capture Step lets you build dynamic conversation experiences by capturing and recording all or part of a user's utterance within a selected variable. This can be used to collect a specific piece of information from your user, such as their name or an email address.
For more detailed steps on capturing user input, you can refer to the following resources:
- Capture Step
- Custom Actions
Sure. Just use a Javascript step and you can create arrays and objects to store data. We do it all the time.
exotic-emeraldOP•16mo ago
thanks