Return Auto Increment Value
Last updated
Was this helpful?
Last updated
Was this helpful?
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.