The simplest way to achieve sequential numbers is:

  1. Create a thing;
  2. Schedule a backend workflow in this thing;
  3. 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.