# Data from Glide database to google sheet synced

**URL:** https://community.glideapps.com/t/data-from-glide-database-to-google-sheet-synced/73244
**Category:** Ask for Help
**Created:** [May 10, 2024, 11:47am UTC](https://community.glideapps.com/t/data-from-glide-database-to-google-sheet-synced/73244 "2024-05-10T11:47:42Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Yuvraj\_Vader](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/yuvraj_vader/32/74834_2.png) [@Yuvraj\_Vader](https://community.glideapps.com/u/Yuvraj_Vader)
#### Post date: [May 10, 2024, 11:47am UTC](https://community.glideapps.com/t/data-from-glide-database-to-google-sheet-synced/73244/1 "2024-05-10T11:47:42Z")

</div>

I want data from Glide Database to be dumped in my google sheet as any new data is inserted in my table with specific condition. please can any one guide for it?

---

<div class="post-metadata">

### Author: ![raajkumars](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/raajkumars/32/74046_2.png) [@raajkumars](https://community.glideapps.com/u/raajkumars)
#### Post date: [May 10, 2024, 4:27pm UTC](https://community.glideapps.com/t/data-from-glide-database-to-google-sheet-synced/73244/2 "2024-05-10T16:27:18Z")

</div>

You need a paid plan for that.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 11, 2024, 12:11am UTC](https://community.glideapps.com/t/data-from-glide-database-to-google-sheet-synced/73244/3 "2024-05-11T00:11:23Z")

</div>

After it is dumped to Google Sheets, would there still be a connection? Say if I edit the row in Glide, does it sync to that same row in Sheets?

---

<div class="post-metadata">

### Author: ![Yuvraj\_Vader](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/yuvraj_vader/32/74834_2.png) [@Yuvraj\_Vader](https://community.glideapps.com/u/Yuvraj_Vader)
#### Post date: [May 11, 2024, 4:47am UTC](https://community.glideapps.com/t/data-from-glide-database-to-google-sheet-synced/73244/4 "2024-05-11T04:47:44Z")

</div>

Not in that way, but whenever new data row is added in database with specific role that row should be added to Sheets.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 11, 2024, 11:30pm UTC](https://community.glideapps.com/t/data-from-glide-database-to-google-sheet-synced/73244/5 "2024-05-11T23:30:08Z")

</div>

I would do it like this, assuming you don’t want to connect to the Google Sheet for row count purpose.

- Create a [Make.com](http://Make.com) account, add a new scenario and insert a webhook module.

- Go to Glide, in your form (assuming you use a form to add data), add an on-submit action, with the condition being “Role is X” (X being the value you want to trigger the action to add to Sheets).

- Add a Trigger Webhook action, copy the webhook URL from Make over, and add all values you need from the newly created row to that webhook.

- Go back to Make, click this button and run a test from Glide that would trigger it.

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/e/5ec10e2bdfe5fd586f18758be56bc28b31d991a6.png)

- Once the structure is defined in Make, add a Google Sheets module to Add a row, connect your account, choose the right Sheet and configure fields as needed.
