The simplest way to achieve sequential numbers is:
- Create a thing;
- Schedule a backend workflow in this thing;
- In the Backend Workflow, make a change to this thing, where thing’s number = Total things created before it + 1;
The only downside is that you cannot delete any entries from your database, otherwise that count will get lost and you will have repeated numbers.