I have an id field. I put entries into a DB via retool. Can I use retool to increment the id with each new entry? So I don't overwrite an entry by giving it the same id? Because I put them in manually via the form:
, and now, it looks like this;
I checked out this topic, and it seems a code to add +1 isn't quite working.