My SharePoint List has a calculated column based on the item ID which is auto generated.
It's a simple text function ="SR-"&TEXT(ID,"0000"), which works fine, but the last few items added are all showing the value SR-0000, despite ID being 457 and 458.
Any ideas?


