# Glide Updates - Running out of updates

**URL:** https://community.glideapps.com/t/glide-updates-running-out-of-updates/68530
**Category:** Ask for Help
**Created:** [December 9, 2023, 6:43pm UTC](https://community.glideapps.com/t/glide-updates-running-out-of-updates/68530 "2023-12-09T18:43:12Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![Mauricio\_Gonzalez](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mauricio_gonzalez/32/65524_2.png) [@Mauricio\_Gonzalez](https://community.glideapps.com/u/Mauricio_Gonzalez)
#### Post date: [December 9, 2023, 6:43pm UTC](https://community.glideapps.com/t/glide-updates-running-out-of-updates/68530/1 "2023-12-09T18:43:12Z")

</div>

Hi everyone! I recently got an email from glide regarding my updates. I launched my first app this month, and it seems like I am about to hit my starter plan limit just after 10 days… has anyone faced this issue? Do you have any suggestions on optimizing? I saw Glide’s documentation, but it just doesn’t feel relevant enough.

I am just wondering how scalable Glide is now way further down the development process! Any ideas, recommendations on how to optimize my app, or just ideas in general are very appreciated!

Main concern is that if a starter plan cannot handle even one app, the price of my project will go way beyond planned, making it unaffordable to SMB, which seems like one of the audiences Glide is targeting to.

I know there are additional options, such as purchasing 1K updates for $10, but it just doesn’t sound feasible when thinking of the monthly price for small clients, especially outside of the US.

Thanks so much!

 ![IMG_2072](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/7/5/7552b47019bea54fdf2b6e427cd1ad7b1c2764fe.jpeg)

---

<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: [December 9, 2023, 10:41pm UTC](https://community.glideapps.com/t/glide-updates-running-out-of-updates/68530/2 "2023-12-09T22:41:04Z")

</div>

Start by looking at everything that updates data in your tables. That’s what constitutes an update. Also check any integrations you use as some of them also require additional updates to run. If your app is using a lot of updates, then the solution is simply to figure out what is using updates and modify your app to use less.

---

<div class="post-metadata">

### Author: ![gvalero](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gvalero/32/1037_2.png) [@gvalero](https://community.glideapps.com/u/gvalero)
#### Post date: [December 9, 2023, 11:10pm UTC](https://community.glideapps.com/t/glide-updates-running-out-of-updates/68530/3 "2023-12-09T23:10:24Z")

</div>

Hola Mauricio,

Is there any chance to view and interact with your APP to see what your flow is like and give you some tips to fix or reduce your updates?

Any link to share?

Saludos!

---

<div class="post-metadata">

### Author: ![Mauricio\_Gonzalez](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mauricio_gonzalez/32/65524_2.png) [@Mauricio\_Gonzalez](https://community.glideapps.com/u/Mauricio_Gonzalez)
#### Post date: [December 11, 2023, 8:15pm UTC](https://community.glideapps.com/t/glide-updates-running-out-of-updates/68530/4 "2023-12-11T20:15:31Z")

</div>

I believe one of the main challenges I have is that I have a lot of custom forms, which is partly because some functions that I want to do are not achievable with a normal form screen. (e.g., booking from available slots, making sure that users do not add duplicate information, etc).

---

<div class="post-metadata">

### Author: ![Mauricio\_Gonzalez](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mauricio_gonzalez/32/65524_2.png) [@Mauricio\_Gonzalez](https://community.glideapps.com/u/Mauricio_Gonzalez)
#### Post date: [December 11, 2023, 8:15pm UTC](https://community.glideapps.com/t/glide-updates-running-out-of-updates/68530/5 "2023-12-11T20:15:57Z")

</div>

Yes, absolutely! Let me work on duplicating the app and share a link within this week.

---

<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: [December 11, 2023, 8:27pm UTC](https://community.glideapps.com/t/glide-updates-running-out-of-updates/68530/6 "2023-12-11T20:27:51Z")

</div>

I feel your pain there. I use custom forms in some cases too. @Robert_Petitto has been using a concept of hybrid forms where some values are entered in essentially a custom form, but other values that do not need to be validated are entered into a native form container on the same screen. Maybe that is something you could consider.

> [@Radar Address Complete in Form](https://community.glideapps.com/t/radar-address-complete-in-form/63658/6):
>
> What I’ve been doing lately is to use what I’m calling “hybrid” forms: show new screen action instead of form screen add an input component for any input you want to validate against another table (using relations, etc) add a form container beneath the input for the remainder of the form, but only display the form container if the input outside of the form container is “valid”. This way you still have a form experience with less updates but can still leverage the custom form experience for th…

> [@Radar Address Complete in Form](https://community.glideapps.com/t/radar-address-complete-in-form/63658/8):
>
> Here’s one example of a “Hybrid Form” in Glide: Kind of a combination of a [form screen](https://www.glideapps.com/docs/guides/other/forms) and a [custom form](https://community.glideapps.com/t/how-do-i-create-a-custom-form/25014). The setup: Helper Table for the form Show New Screen → Helper Table (Or Show Detail Screen → Single Value → Helper Table → Whole Row ) Entry components → User Specific columns for any entry that needs live relations/lookups/calculations Form Container to finish off the form experience After Submit Action → Close Overlay/Show Notification/Etc.

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [December 11, 2023, 8:39pm UTC](https://community.glideapps.com/t/glide-updates-running-out-of-updates/68530/7 "2023-12-11T20:39:32Z")

</div>

Also forms where you can use a custom collection within for JUST the elements that need calculation.

Cool little trick using a Helper Table → Custom Collection within a Form Screen to avoid having to create a custom form.

---

<div class="post-metadata">

### Author: ![Mauricio\_Gonzalez](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mauricio_gonzalez/32/65524_2.png) [@Mauricio\_Gonzalez](https://community.glideapps.com/u/Mauricio_Gonzalez)
#### Post date: [December 11, 2023, 9:05pm UTC](https://community.glideapps.com/t/glide-updates-running-out-of-updates/68530/8 "2023-12-11T21:05:22Z")

</div>

Thank you so much for these recommendations @Robert_Petitto @Jeff_Hager - really appreciate it. 🙏

I will most likely used a hybrid type of form, as suggested in the videos. Curious queston - how does Glide count an update with a custom form?

For example, if I have a text entry component, and I add my phone number “12345”, does it count one update for each number (or anything) I am adding? (e.g. 5 updates in this case)

Let me know if my question is unclear! Just want to understand the magnitude of the limitations with custom forms.

---

<div class="post-metadata">

### Author: ![Krivo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/krivo/32/5363_2.png) [@Krivo](https://community.glideapps.com/u/Krivo)
#### Post date: [December 11, 2023, 9:14pm UTC](https://community.glideapps.com/t/glide-updates-running-out-of-updates/68530/9 "2023-12-11T21:14:35Z")

</div>

@Mauricio_Gonzalez it will be one update per edit. A form only requires one update

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [December 11, 2023, 9:20pm UTC](https://community.glideapps.com/t/glide-updates-running-out-of-updates/68530/10 "2023-12-11T21:20:01Z")

</div>

Every time you (enter an entry component + edit a value + leave the entry component) = 1 update

---

<div class="post-metadata">

### Author: ![Mauricio\_Gonzalez](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mauricio_gonzalez/32/65524_2.png) [@Mauricio\_Gonzalez](https://community.glideapps.com/u/Mauricio_Gonzalez)
#### Post date: [December 11, 2023, 9:31pm UTC](https://community.glideapps.com/t/glide-updates-running-out-of-updates/68530/11 "2023-12-11T21:31:56Z")

</div>

Understood. thanks so much!

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [December 18, 2023, 9:32pm UTC](https://community.glideapps.com/t/glide-updates-running-out-of-updates/68530/12 "2023-12-18T21:32:50Z")

</div>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
