# One of my Google Sheets tabs not synchronicing

**URL:** https://community.glideapps.com/t/one-of-my-google-sheets-tabs-not-synchronicing/15328
**Category:** Ask for Help
**Created:** [September 5, 2020, 5:08pm UTC](https://community.glideapps.com/t/one-of-my-google-sheets-tabs-not-synchronicing/15328 "2020-09-05T17:08:46Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![darder](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darder/32/12788_2.png) [@darder](https://community.glideapps.com/u/darder)
#### Post date: [September 5, 2020, 5:08pm UTC](https://community.glideapps.com/t/one-of-my-google-sheets-tabs-not-synchronicing/15328/1 "2020-09-05T17:08:46Z")

</div>

I have a Google sheet tab Artists and other called Events and this is happening from this morning:

When I add new Artists and a new Events all new data are saved correctly on the Glide Data Viewer. Artist data synchronize perfectly on the Google Data Sheet but new  
Events data seems doesn’t synchronize at all.

All of new data appears perfectly in the app. It’s curious because in Glide I can see also the columns from arrays in google sheet for that new ones not visible on Google Sheet. Very odd.

And still more strange. If I make changes in previous Google sheet events they synchronize with Glide data. It’s like those new rows in Events are there but not visible.

I’m not getting any error on the Glide editor about synchronize and I have reloaded sheet several times…

What could be happening?

---

<div class="post-metadata">

### Author: ![david](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david/32/62831_2.png) [@david](https://community.glideapps.com/u/david)
#### Post date: [September 5, 2020, 5:10pm UTC](https://community.glideapps.com/t/one-of-my-google-sheets-tabs-not-synchronicing/15328/2 "2020-09-05T17:10:38Z")

</div>

Scroll down.

---

<div class="post-metadata">

### Author: ![darder](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darder/32/12788_2.png) [@darder](https://community.glideapps.com/u/darder)
#### Post date: [September 5, 2020, 5:14pm UTC](https://community.glideapps.com/t/one-of-my-google-sheets-tabs-not-synchronicing/15328/3 "2020-09-05T17:14:38Z")

</div>

Oh my god they appear after row number 995!!! 🤪

Should I delete the rows in between?

Thanks @david

---

<div class="post-metadata">

### Author: ![david](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david/32/62831_2.png) [@david](https://community.glideapps.com/u/david)
#### Post date: [September 5, 2020, 5:16pm UTC](https://community.glideapps.com/t/one-of-my-google-sheets-tabs-not-synchronicing/15328/4 "2020-09-05T17:16:22Z")

</div>

[https://docs.glideapps.com/all/guides/quick-starts/getting-started/adding-items#prepare-your-sheet-for-adding-by-deleting-empty-rows](https://docs.glideapps.com/all/guides/quick-starts/getting-started/adding-items#prepare-your-sheet-for-adding-by-deleting-empty-rows)

---

<div class="post-metadata">

### Author: ![darder](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darder/32/12788_2.png) [@darder](https://community.glideapps.com/u/darder)
#### Post date: [September 5, 2020, 5:23pm UTC](https://community.glideapps.com/t/one-of-my-google-sheets-tabs-not-synchronicing/15328/5 "2020-09-05T17:23:53Z")

</div>

Ok I see. Thanks for your fast answer @david Odd behavior anyway, isn’t it? Fixed!!

---

<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: [September 5, 2020, 10:27pm UTC](https://community.glideapps.com/t/one-of-my-google-sheets-tabs-not-synchronicing/15328/6 "2020-09-05T22:27:30Z")

</div>

It’s normal behavior if you are using arrayformulas. That entire column is filled with a formula even though it may appear empty. This forces Google to create a brand new row at the bottom of the sheet because it’s looking for the first “empty” row to write data.

---

<div class="post-metadata">

### Author: ![darder](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darder/32/12788_2.png) [@darder](https://community.glideapps.com/u/darder)
#### Post date: [September 5, 2020, 11:09pm UTC](https://community.glideapps.com/t/one-of-my-google-sheets-tabs-not-synchronicing/15328/7 "2020-09-05T23:09:34Z")

</div>

Interesting… thanks for you explanation!
