Hi @LeighBerre96926, I don’t believe there is a way to reset the auto increment value.
I tested changing the field type from Auto Inc to Text and back, and it didn’t update.
Two options:
Knack Finder
You can use Knack Finder to locate everywhere that is referencing the auto increment field in your app and carefully replace all references with a new auto inc. field.
Custom incrementing
If you think you’ll encounter needing to reset the increment in future, you can set up the auto increment in a custom way where its controlled via a connected table, as shown in this video:
2026-08-26, Knack Forum, Custom Auto Increment.mp4
Let me know what you end up doing!