# Return Auto Increment Value

Auto Increment Value will always return Last value plus 1. So for example the last value is 3 then the returned value would be 3 + 1 that is 4.

![](https://2445524190-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M_LKN8sx9rUwRZIqIu7%2F-M_y8ftZYOdT5UQ721Nr%2F-M_yIFJAqyLLYN8BNrVi%2F13.00_Database_ReturnAutoIncrementValue.png?alt=media\&token=be57a085-9f66-457e-9aa0-7578446db1c9)

Here select the variable which will hold the returned value.
