# Google Time Trigger

**URL:** https://community.glideapps.com/t/google-time-trigger/27982
**Category:** Ask for Help
**Created:** [June 14, 2021, 6:04pm UTC](https://community.glideapps.com/t/google-time-trigger/27982 "2021-06-14T18:04:33Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![winstoncheang](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/winstoncheang/32/25466_2.png) [@winstoncheang](https://community.glideapps.com/u/winstoncheang)
#### Post date: [June 14, 2021, 6:04pm UTC](https://community.glideapps.com/t/google-time-trigger/27982/1 "2021-06-14T18:04:33Z")

</div>

Since there are 1000 edit limitation when using personal version of Glideapps. If the googlesheet edit is done by the googlesheet built in “Time Trigger”, does that edit count towards the 1000 edit limit?

Thanks!

---

<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: [June 14, 2021, 6:09pm UTC](https://community.glideapps.com/t/google-time-trigger/27982/2 "2021-06-14T18:09:42Z")

</div>

I don’t believe that has any effect on how often Glide checks for Sheet updates. I don’t believe that will force any quicker updates to be made by the app itself.

---

<div class="post-metadata">

### Author: ![winstoncheang](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/winstoncheang/32/25466_2.png) [@winstoncheang](https://community.glideapps.com/u/winstoncheang)
#### Post date: [June 14, 2021, 6:46pm UTC](https://community.glideapps.com/t/google-time-trigger/27982/3 "2021-06-14T18:46:37Z")

</div>

Thanks for your reply. I am still trying out the free version before subscription.

Since the googlesheet built in “time trigger” update the cell with function

```auto
=IMPORTRANGE("https://docs.google.com", "sheet1!A751:V762")

```

which also automatically update all the cell from A1 to Q11 at once.

So I would like to confirm if that count as one edit or count as 187 edits as the function updates 187 cells at once?

---

<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: [June 14, 2021, 6:54pm UTC](https://community.glideapps.com/t/google-time-trigger/27982/4 "2021-06-14T18:54:45Z")

</div>

I am not 100% on this, but Glide checks for sheet updates (not individual cell updates), so if multiple cells change between the time Glide checks for updates, then multiple cell updates would only be seen as one Glide Sheet Edit/Update.

A few tests would show you the answer pretty quickly though!

---

<div class="post-metadata">

### Author: ![winstoncheang](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/winstoncheang/32/25466_2.png) [@winstoncheang](https://community.glideapps.com/u/winstoncheang)
#### Post date: [June 14, 2021, 7:00pm UTC](https://community.glideapps.com/t/google-time-trigger/27982/5 "2021-06-14T19:00:37Z")

</div>

Thanks! I will try that out, if everything goes well I will consider subscription
