Collect Variables Node
A Collect Variables node allows you to gather important information from the user during a conversation.
You can collect the following types of data:
- String: Free-form text input
- Number: Numeric values
- List: Discrete list of items (user selects one or more)
- Boolean: True/false, yes/no responses
The agent will pause and not proceed until the required information is collected from the user.
Collected variables can be referenced elsewhere in your flow to drive branching logic and decision-making. For example: “If the user’s age is over 18, branch to the next step.”