# How can I work around the free limit on sheet edits, without using Glide Tables?

**URL:** https://community.glideapps.com/t/how-can-i-work-around-the-free-limit-on-sheet-edits-without-using-glide-tables/22047
**Category:** Ask for Help
**Tags:** actions
**Created:** [January 31, 2021, 11:58pm UTC](https://community.glideapps.com/t/how-can-i-work-around-the-free-limit-on-sheet-edits-without-using-glide-tables/22047 "2021-01-31T23:58:28Z")
**Posts on this page:** 20
**Page:** 1

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [January 31, 2021, 11:58pm UTC](https://community.glideapps.com/t/how-can-i-work-around-the-free-limit-on-sheet-edits-without-using-glide-tables/22047/1 "2021-01-31T23:58:29Z")

</div>

hi, question…  
what kind of column i can add to create a counter of clicks, that will not affect sheet edits and will be visible to all users? without creating glide table

---

<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: [February 1, 2021, 12:01am UTC](https://community.glideapps.com/t/how-can-i-work-around-the-free-limit-on-sheet-edits-without-using-glide-tables/22047/2 "2021-02-01T00:01:36Z")

</div>

I don’t think there’s a way to do that without using Glide Tables though. You have to store a global column, if it’s a user-specific counter then you can use a user-specific column, but obviously not the case here.

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [February 1, 2021, 12:02am UTC](https://community.glideapps.com/t/how-can-i-work-around-the-free-limit-on-sheet-edits-without-using-glide-tables/22047/3 "2021-02-01T00:02:40Z")

</div>

yep, and i dont feel like copy the data base to new glide table… ;-(  
they should create column that is global specific lol

---

<div class="post-metadata">

### Author: ![kyleheney](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kyleheney/32/41173_2.png) [@kyleheney](https://community.glideapps.com/u/kyleheney)
#### Post date: [February 1, 2021, 1:34am UTC](https://community.glideapps.com/t/how-can-i-work-around-the-free-limit-on-sheet-edits-without-using-glide-tables/22047/4 "2021-02-01T01:34:26Z")

</div>

Could you create a Glide Table just for this function, then relate it back to the regular Sheet tabs and pull in the data with a relation/lookup?

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [February 1, 2021, 1:44am UTC](https://community.glideapps.com/t/how-can-i-work-around-the-free-limit-on-sheet-edits-without-using-glide-tables/22047/5 "2021-02-01T01:44:25Z")

</div>

yes, but will this affect row limit for non pro Apps? are glide table rows are counted to row limit???

---

<div class="post-metadata">

### Author: ![kyleheney](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kyleheney/32/41173_2.png) [@kyleheney](https://community.glideapps.com/u/kyleheney)
#### Post date: [February 1, 2021, 1:46am UTC](https://community.glideapps.com/t/how-can-i-work-around-the-free-limit-on-sheet-edits-without-using-glide-tables/22047/6 "2021-02-01T01:46:50Z")

</div>

Yes, I believe they still count towards the row limit. What sort of app is it?

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [February 1, 2021, 1:48am UTC](https://community.glideapps.com/t/how-can-i-work-around-the-free-limit-on-sheet-edits-without-using-glide-tables/22047/7 "2021-02-01T01:48:34Z")

</div>

regular public

---

<div class="post-metadata">

### Author: ![kyleheney](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kyleheney/32/41173_2.png) [@kyleheney](https://community.glideapps.com/u/kyleheney)
#### Post date: [February 1, 2021, 1:50am UTC](https://community.glideapps.com/t/how-can-i-work-around-the-free-limit-on-sheet-edits-without-using-glide-tables/22047/8 "2021-02-01T01:50:53Z")

</div>

No I mean what is the intended audience and type of data it’s collecting? Is it definitely going to run into row limit issues? If so, it may benefit from some other Pro features too.

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [February 1, 2021, 1:58am UTC](https://community.glideapps.com/t/how-can-i-work-around-the-free-limit-on-sheet-edits-without-using-glide-tables/22047/9 "2021-02-01T01:58:11Z")

</div>

in my app, im counting inline list clicks to show how many views specific item got, to use glide table I would have to copy google sheet there and make a reference to it, so i can relate increment .  
that would double rows number for that data

---

<div class="post-metadata">

### Author: ![kyleheney](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kyleheney/32/41173_2.png) [@kyleheney](https://community.glideapps.com/u/kyleheney)
#### Post date: [February 1, 2021, 2:01am UTC](https://community.glideapps.com/t/how-can-i-work-around-the-free-limit-on-sheet-edits-without-using-glide-tables/22047/10 "2021-02-01T02:01:42Z")

</div>

Hmm yeah I think the only way to do it is to write to a non-user-specific column so that you can rollup the values to get a total across all users. Rolling up user-specific columns is a feature request that may end up doing what you’re looking for, though I don’t know if it’s something that will make it through the pipeline anytime soon.

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [February 1, 2021, 2:03am UTC](https://community.glideapps.com/t/how-can-i-work-around-the-free-limit-on-sheet-edits-without-using-glide-tables/22047/11 "2021-02-01T02:03:32Z")

</div>

yes, but that is affecting sheet edit limit for non pro apps

---

<div class="post-metadata">

### Author: ![kyleheney](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kyleheney/32/41173_2.png) [@kyleheney](https://community.glideapps.com/u/kyleheney)
#### Post date: [February 1, 2021, 2:04am UTC](https://community.glideapps.com/t/how-can-i-work-around-the-free-limit-on-sheet-edits-without-using-glide-tables/22047/12 "2021-02-01T02:04:27Z")

</div>

Sometimes they put these limits in place to force users who create great apps/processes to upgrade!

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [February 1, 2021, 2:05am UTC](https://community.glideapps.com/t/how-can-i-work-around-the-free-limit-on-sheet-edits-without-using-glide-tables/22047/13 "2021-02-01T02:05:31Z")

</div>

not sometimes… this is the permanent limit

---

<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: [February 1, 2021, 2:08am UTC](https://community.glideapps.com/t/how-can-i-work-around-the-free-limit-on-sheet-edits-without-using-glide-tables/22047/14 "2021-02-01T02:08:23Z")

</div>

You cannot edit a Google Sheet without incrementing sheet edits.

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [February 1, 2021, 2:11am UTC](https://community.glideapps.com/t/how-can-i-work-around-the-free-limit-on-sheet-edits-without-using-glide-tables/22047/15 "2021-02-01T02:11:31Z")

</div>

i know that… i was wondering if i could write counter value into a column like user specific-column (which is not affecting sheet edits), but it will be visible to everybody without doubling data by creating glide table which will affect row limit… 😉

---

<div class="post-metadata">

### Author: ![kyleheney](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kyleheney/32/41173_2.png) [@kyleheney](https://community.glideapps.com/u/kyleheney)
#### Post date: [February 1, 2021, 2:13am UTC](https://community.glideapps.com/t/how-can-i-work-around-the-free-limit-on-sheet-edits-without-using-glide-tables/22047/16 "2021-02-01T02:13:04Z")

</div>

I guess technically if you redo everything and just start with a Glide Table, you wouldn’t be doubling the data.

So it’s either more work to start over, or a Pro subscription to get around the sheet edits!

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [February 1, 2021, 2:13am UTC](https://community.glideapps.com/t/how-can-i-work-around-the-free-limit-on-sheet-edits-without-using-glide-tables/22047/17 "2021-02-01T02:13:44Z")

</div>

yes… but then i cant process that data in google sheets… lol

---

<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: [February 1, 2021, 2:16am UTC](https://community.glideapps.com/t/how-can-i-work-around-the-free-limit-on-sheet-edits-without-using-glide-tables/22047/18 "2021-02-01T02:16:24Z")

</div>

User-specific columns do not cause sheet edits, correct. They are also not stored in the Google Sheet.

---

<div class="post-metadata">

### Author: ![kyleheney](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/kyleheney/32/41173_2.png) [@kyleheney](https://community.glideapps.com/u/kyleheney)
#### Post date: [February 1, 2021, 2:16am UTC](https://community.glideapps.com/t/how-can-i-work-around-the-free-limit-on-sheet-edits-without-using-glide-tables/22047/19 "2021-02-01T02:16:37Z")

</div>

There is an export function if it isn’t data you need access to in a Google Sheet all the time. I’m sure you could also do an add row action to also add data to a Google Sheet, then create a script to move that data to another separate sheet, then delete the row that was originally created in the sheet. Seems like a lot of trouble though…

---

<div class="post-metadata">

### Author: ![Uzo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/uzo/32/22639_2.png) [@Uzo](https://community.glideapps.com/u/Uzo)
#### Post date: [February 1, 2021, 2:17am UTC](https://community.glideapps.com/t/how-can-i-work-around-the-free-limit-on-sheet-edits-without-using-glide-tables/22047/20 "2021-02-01T02:17:14Z")

</div>

i dont need to store counter on google sheet, is just cosmetic

[Next page](https://community.glideapps.com/t/how-can-i-work-around-the-free-limit-on-sheet-edits-without-using-glide-tables/22047.md?page=2)
