Forum Discussion
admin fnetwork
Jul 02, 2018Copper Contributor
[Question] Auto Incrementing serial number without Workflow
Hello, I would like to create a calculated field column on a list in order to implement a custom ID for my projects. However, I cannot seem to be able to insert an auto incrementing number (ID colum...
Deleted
Jul 02, 2018admin fnetwork you can still use the calculated column for ID even thou it's not listed, just go into the formula field and do something like this ="TestID-"&[ID] and you'll get TestID-24 for example.
admin fnetwork
Jul 03, 2018Copper Contributor
I believe that in my case this does not work! it does not update the calculated column on new entries, and i have to edit the column for the id to be inserted.