Google sheet to Glide table

Hey everyone,

Is it possible to have data from a Google Sheet automatically flow into a Glide Table?
I know I could just use Google Sheets as my data source, but I’d prefer to use Glide’s native features (like computed columns, relations, etc.) which work better with Glide Tables.

For example, I have a Google Form that saves responses to a Google Sheet. How can I automatically send that data into a Glide Table without manually copying and pasting the data?

Thanks!

If you have access to the Glide API, you can probably setup some automation to add a new Glide Tables row when a Google Form is filled.

1 Like

Why not build your form in Glide instead? Then you don’t have to mess around with Google Sheets at all.

If the people submitting the form data don’t have access to your App, you could build a separate App just for the purpose of collecting the form data, make it public and link the tables.

1 Like

Good idea! dont know why i didnt think of that. Let me tinker and see what i can do

1 Like

I believe API is only on the business plan I’m on the maker plan unfortunately

1 Like

Let us know if you need any help with building the right form.