How to store tool call response as a variable in dashboard
@Vapi @Duckie
I’m working with a tool call named
What I’d like to do is store this tool response in a variable within the dashboard, so that I can later reference it in my flow using
Could you please guide me on:
I’m working with a tool call named
checkAvailability that successfully returns available slots as an array of objects. What I’d like to do is store this tool response in a variable within the dashboard, so that I can later reference it in my flow using
{{availableSlots}}.Could you please guide me on:
- How to capture the tool’s response and assign it to a variable in the dashboard?