No "add value" option in google sheets tool
# support
d
just curious on how i add information from a vapi outbound call into google sheets. The tutorial from vapi.com shows a "Values" option but i cant seem to find it in the tool itself. I am connected with my google sheets account and all.
v
To add information from a Vapi outbound call into Google Sheets, ensure your tool configuration includes the
values
field as an array of data for the new row. Here’s a sample JSON snippet for the tool setup:
Copy code
json
{
  "spreadsheetId": "your-sheet-id",
  "range": "Sheet1",
  "values": ["value1", "value2", "value3"]
}
Double-check that you are using the "Google Sheets Add Row Tool" and look for the
values
field in the configuration step.
[See full setup steps in the documentation.](https://docs.vapi.ai/tools/google-sheets) Source: - [Google Sheets Integration Documentation](https://docs.vapi.ai/tools/google-sheets)
d
i cant seem to find the "values" section. This is the only google sheets tool that's available on my end. Am i missing something? https://cdn.discordapp.com/attachments/1412967557245304872/1412970341860638750/image.png?ex=68ba3aad&is=68b8e92d&hm=e1dbbf848d9d3867a6e9e031d6d4a5c6327a71eca994e86b712ab117ffb944fc&
v
I see what’s happening with the google_sheets.rowappend tool. The “Values” section in the tutorial is where you map the data from your Vapi outbound call, but in your version it’s embedded under the Range or “Inputs” section. You can also check the Code button to map values directly. Make sure each call field matches a column in Leads!A:I so rows populate correctly. You’re not missing anything—just a UI difference. @dfuna
d
thanks a lot !
so would i insert the cell destinations (ex, cell a1: first name) in the description? i cant seem to edit the code.
or should i put that all in the range?
message has been deleted
v
If you have been trying to reach me and I have not been able to reply, it means my account is restricted. Please message me on WhatsApp at +2348141449023 @dfuna
2 Views