# Refreshing Data from Google Sheets

**URL:** https://community.glideapps.com/t/refreshing-data-from-google-sheets/33789
**Category:** Ask for Help
**Created:** [October 31, 2021, 6:55am UTC](https://community.glideapps.com/t/refreshing-data-from-google-sheets/33789 "2021-10-31T06:55:17Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [October 31, 2021, 2:12pm UTC](https://community.glideapps.com/t/refreshing-data-from-google-sheets/33789/2 "2021-10-31T14:12:58Z")

</div>

This is not a solution. Just an explanation. Something needs to trigger that synchronization if you need it to happen sooner. If data doesn’t change on the glide side, then I think it will check the Google sheet every few minutes for updated data. I believe if you have the sheet open and make a change yourself, then Google might sent that update to glide, but there is no guarantee on how timely that is. Certain formulas, scripts, or outside changes (such as updates from integromat) won’t necessarily trigger Google to send the update to glide. My only suggestion is to also update some data in the sheet at that same time that you trigger the webhook. It might help, but if your integromat scenario is taking 20 seconds to update the sheet, then glide might be missing that small windows when it’s actively checking for updated data that may have been recalculated in the sheet.

> [@google spreadsheet update in data taking time,](https://community.glideapps.com/t/google-spreadsheet-update-in-data-taking-time/33122/6):
>
> If a data change is initiated by the app, then that change will first sync to the database on the glide server, then that will initiate the sync of the data to the Google sheet. If there are calculations that happen in the Google sheet and they happen quickly enough, then I believe Glide will do another check for updated data in the Google sheet to update the glide database before going to sleep for a few minutes (assuming you have pro and have the background refresh/sync turned on). If you do…

---

_[View the full topic](https://community.glideapps.com/t/refreshing-data-from-google-sheets/33789)._
