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.

Here select the variable which will hold the returned value.

Last updated