Hey squad,
When I make table records I almost always use a randomstring as the ID. Sometimes, though, you might want to autoincrement. This quick tip explains one way to do that.
Adding on to this, if you want to enforce the number of characters in the auto increment you can use an expression such as below to create IDs which start with 0000001 and go to 9999999.