$memory) without sending any message to the user. It is useful for preparing data before using it in subsequent nodes.
Configuration
Each variable is defined with two fields:- Variable: The name under which it will be saved in memory
- Value: The data to store (can be fixed text, a number, or a reference to another variable)
Each Variable node allows a maximum of 20 variables. If you need to save more values, distribute them across multiple Variable nodes.
Example
If you configure:| Variable | Value |
|---|---|
fullName | {{$user.names}} |
channel | whatsapp |
greeting | Hello {{$user.names}}, welcome |
{{$memory.fullName}}{{$memory.channel}}{{$memory.greeting}}