When a new items is submitted on Forms, I need to create a consecutive number as part of the new request code. I'm trying to use the ID number but that number ID is generated after form is submitted. How can I grab that ID number and included as part as a string that I'm using as part of my code? I'm really new with Nintex and still learning Share Point I can't figure out this one.
Here is the formula that I have on the column but is not getting the "(ID)" number:
=CONCATENATE(SHCCODE,"-",(MID((Type of AR],1,FIND(" -",,Type of AR],1)-1)),"-",(YEAR(Created)),"-",(ID))
Here is the response: HSC-NB-2020- (Missing the consecutive ID number)