coolest man on earth
09/22/2025, 8:03 PMVapi Support Bot
09/22/2025, 8:04 PM{{full_name}} variable is showing as undefined because it hasn't been set or extracted.
To fix this, either extract full_name from user input in your workflow, or set it directly when starting the call/chat by passing it in the API request like this:
json
"assistantOverrides": {
"variableValues": {
"full_name": "John Doe"
}
}
Make sure the variable is set before referencing it in your prompts—otherwise, it will remain undefined.
[See more in the documentation.](https://docs.vapi.ai/assistants/dynamic-variables#prepare-your-request)
Source:
- [Variables Vapi Documentation](https://docs.vapi.ai/assistants/dynamic-variables#prepare-your-request)Lordvickthor
09/23/2025, 8:19 AMcoolest man on earth
09/23/2025, 8:50 AMLordvickthor
09/23/2025, 9:24 AMOmatsola
09/23/2025, 11:31 AMcoolest man on earth
09/23/2025, 12:57 PMOmatsola
09/23/2025, 1:05 PM