I am counting the project item(List: Project name) based and generating a unique number by adding +1 to count . everything is working fine until a situation comes where i have to delete some existing projects.
- When i delete the project → my count reduces and the way i am creating a unique number which is by +1 to my count (is giving me wrong answers)
- What should i do so that my count doesnt get affected even if i delete my project item.