JoacoMaurtuaJ
BuildShip2y ago
8 replies
JoacoMaurtua

My spreadsheet in Google Sheets does not fill up

Hello community, I am currently building a website in Framer, my client asked me to have a functional form inside, I decided to use BuldShip and after seeing a tutorial I implemented the form and successfully sent the form data to BuildShip, unfortunately I have not found a tutorial Please help me fill that same data into a spreadsheet.

I am very new to using this application, I created a node and gave it all the correct fields of my spreadsheet, name, id, number cell, everything, but when I fill out the form the data reaches the buildship but not the spreadsheet. Urgent help!
image.png
Solution
Hey @JoacoMaurtua, the new data to be inserted as a row should be in the form of a two dimensional array. Eg:
[
  ["Cell1", "Cell2"],
  ["Cell3", "Cell4"]
]

If you click on the info icon ℹ️ for the node, you'll be able to access sample inputs and input descriptions on how to use a node.
image.png
Was this page helpful?