Forum Discussion
GEEOTTO
Mar 01, 2022Copper Contributor
SharePoint calculated column formula in List not consistent
I have a custom column that uses this formula to create a unique ID: =CONCATENATE(Section,REPT(0,4-LEN(ID)),ID) It works fine most of the time, then it seemingly drops the ID value. One thing to me...