Id like to have a field that adds an automatic increasing number to new entries. The field could be hidden in collection to avoid confusion, but will add a number starting from “1”.
This for you have …
- already an existing DATABASE ?
- already written some code? Where is your code?
- used a dataset?
Try to follow this posts here, maybe it can help you first to understand, how to work with DATABASE and CODE.
There you will find some DATA-Quering processes.
Which actions you will have to code, to make your functions work ?
- INSERT-FUNCTION ?
- UPDATE-FUNCTION ?
- SAVE-FUNCTION ?
All these can be found in the VELO-API-REFERENCE.
https://www.wix.com/velo/reference/wix-data
I assume you want to generate something like an continiously running INDEX-CONTER → 00001, 00002, 00003, 00004, 00005 …
stored in one of your DB-FIELDS (for example → “title”), or an own created DB-Field inside your DATABASE (for example → “index”)