How do I identify where updates are occuring?

  • I am on the legacy starter plan
  • My app does not interact with external data sources (Glide Tables only)
  • My app does not use workflows
  • My app does not use integrations
  • My app does not use Glide’s API

I recently had to modify parts of my app (adding, editing, deleting information in the Tables) so I copied it, performed the CRUD’ing, then published it on July 1 while unpublishing the previous version. Since then, it has racked up 2,211 (and counting) updates out of 2,500 and this has never happened before:

During the previous billing period, I had 29 updates:

Can someone please tell me where I can look to figure out what is eating them up so quickly?

Thank you!

CRUD for Glide Tables weren’t always free in older plans…

Pretty sure that’s normal for Legacy Starter, unless you are thinking there wasn’t that many CRUD updates.

No, I’m aware of the update quota - the issue is how and why they are accruing so rapidly. I got an email two days ago (07/11) that 1,875 updates had occurred and now I’m +350 with no idea why. Something changed in the last 13 days, something that my users are editing or updating, that is causing the Updates

Did you maybe add a set column action or something similar on a collection or other component that a user may be clicking often? Or maybe a tab component that sets a value in the table?