Hey,
what is the best approach to create an inventory number that is forwarding.
Like 000123 and that the next entry is 000124 and when a row is deleted its still the same number and so on.
Does anyone has an approach for that?
Best
Andi
Hey,
what is the best approach to create an inventory number that is forwarding.
Like 000123 and that the next entry is 000124 and when a row is deleted its still the same number and so on.
Does anyone has an approach for that?
Best
Andi
The best approach is to delegate the task to a third party like Make or Zapier… then write it back using Glide API
Is there any other option? For me it would be nice to solve it without a third party tool.
I also dont need a number that is in a row…
I thought I could use the first 8 digits of the rowid… but that is also not 100% sure right? So that it then appears that I have two times the same Inventory-Number.
Best
Andi
See below. Just be aware that if your App is heavily used then there is a risk of duplicate numbers.