Dear,
We have a Sharepoint list that uses the ID value to generate a unique number using a workflow.
The list was ok, however after deleting a row, the ID value keeps increasing like the example in the picture. Instead of attributing the ID 110, it gives the number of row that have been created so far, which is 120.
Any ideias?
That is correct functionality for an ID column, if you want a total count use a calculated field that equals the count+1, but realize if you create an item, then delete a different item and add one again, they will have the same number. That is why ID increments Total created and does not consider deletions.