Skip to main content
Extract dynamic variable node is used to extract information from conversation and store them as dynamic variables. It’s not intended for having a conversation with the user.

Add a Variable

To create a variable, fill in the following details:
  • Variable Name – A short name to reference this variable
  • Description – A brief explanation of what this value should be
  • Variable Type – Choose from Text, Number, Enum, or Boolean
  • Enum Options – Options to choose from (only when type is Enum)

Variable Types

TypeDescriptionExamples
TextAny word or sentence"headache", "John Smith"
NumberA numeric value42, 98.6
EnumA value from a predefined list"Yes", "No", "Maybe"
BooleanTrue or falsetrue, false

Node Settings

SettingDescription
Global NodeSee Global Node guide.
LLMChoose a different model for this node — used for variable extraction.
Fine-tuning ExamplesFine-tune transition behavior. See Finetune Examples guide.