# New Row Data visible in Editor but not in Google Sheets

**URL:** https://community.glideapps.com/t/new-row-data-visible-in-editor-but-not-in-google-sheets/10680
**Category:** Ask for Help
**Created:** [June 11, 2020, 3:01pm UTC](https://community.glideapps.com/t/new-row-data-visible-in-editor-but-not-in-google-sheets/10680 "2020-06-11T15:01:33Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![tjd\_15](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/tjd_15/32/846_2.png) [@tjd\_15](https://community.glideapps.com/u/tjd_15)
#### Post date: [June 11, 2020, 3:01pm UTC](https://community.glideapps.com/t/new-row-data-visible-in-editor-but-not-in-google-sheets/10680/1 "2020-06-11T15:01:33Z")

</div>

Hi everyone

I have a free private app which unfortunately I cannot share the link or screenshots for better explanation of my problem.

I made a new row entry on Sunday in my app, and one of the components was ‘file upload’ size 3.5MB. That entry is visible in App, in Glide and in Data editor, including the uploaded file. Initially I thought that maybe its a PWA so it may take time to upload from my device and update, but its literally been 3 days and its not visible in Google Sheets.

Maybe I’m a newbie, but is there a provision on certain data not being written in Google sheets? Because that’s one of the key reasons for us using Glide - ability to access our data at all times.

Appreciate if someone can explain what’s going on.

---

<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: [June 11, 2020, 3:09pm UTC](https://community.glideapps.com/t/new-row-data-visible-in-editor-but-not-in-google-sheets/10680/2 "2020-06-11T15:09:12Z")

</div>

Can you try scrolling down the sheet and see if it is being added to row 501 or row 1001, something like that?

---

<div class="post-metadata">

### Author: ![tjd\_15](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/tjd_15/32/846_2.png) [@tjd\_15](https://community.glideapps.com/u/tjd_15)
#### Post date: [June 11, 2020, 3:41pm UTC](https://community.glideapps.com/t/new-row-data-visible-in-editor-but-not-in-google-sheets/10680/3 "2020-06-11T15:41:11Z")

</div>

Thanks @ThinhDinh!

That’s exactly what happened. Could you share why this happens, so I can avoid it next time?

Thanks again.

---

<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: [June 11, 2020, 3:43pm UTC](https://community.glideapps.com/t/new-row-data-visible-in-editor-but-not-in-google-sheets/10680/4 "2020-06-11T15:43:19Z")

</div>

A good practice is that you should delete all the empty rows in your sheet if you’re using Glide to write to that.

It seems that Glide will skip all empty rows (even without data) and add your information to the next one after row 500 or row 1000.

So, in short, delete all empty rows (and empty columns) as well. It will also affect you if you want to duplicate the app when you have so many empty rows & columns.

---

<div class="post-metadata">

### Author: ![tjd\_15](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/tjd_15/32/846_2.png) [@tjd\_15](https://community.glideapps.com/u/tjd_15)
#### Post date: [June 11, 2020, 4:13pm UTC](https://community.glideapps.com/t/new-row-data-visible-in-editor-but-not-in-google-sheets/10680/5 "2020-06-11T16:13:40Z")

</div>

Thanks 👍
