Or where can I find documentation, because for example an email tells me it’s taking one use. However adding a row does not say that. Does adding a row to bigtables take a use, while to a normal table it doesn’t? Does setting column values take a use? Etc, I cannot seem to find actual documentation of this.
Some of the information in that document isn’t 100% up to date, so it probably needs updating.
Some general (current) principles:
- Changing data in external data sources consumes updates
- Most integrations consume updates (but will tell you if they do)
- AI columns/actions generally consume updates
- Using the API will consume updates (1 per mutation)
- Changing data in native Glide tables will consume updates if you are on a legacy plan
- Syncing with external data sources will consume updates
- Workflows will consume updates where data is being changed (it’s easy to identify where workflows are consuming updates, because nodes that trigger updates will be marked).
Below is an example of a workflow run that I have marked up to show where updates were incurred. Even though there is quite a bit of looping and whatnot going on, in this example just a single update would have been consumed.
Okay so that’s what confuses me, that documentation you linked states multiple times that adding/editing/deleting rows in big tables takes up no uses. However I’m sure they did? We are not on a legacy plan, the latest business plan.
Would any of these take up uses?
Just based on that screenshot, I would say no.
Anything in a workflow that would trigger an update will be marked with that small lightning emoji, as per my previous screen shot.
I’m guessing that is a workflow that’s triggered by a user interaction?
If is was a server side workflow, then each of those Add Row and Set Column value steps would trigger updates.
Correct, thank you so much for the clarification!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.