Hi,
For some reason when I attempt to concatenate a string prefix to my record id the extended string is cut short.
For example:
1. Set up Record Id of length 6 as a string
2. Using Formula ID I use the formula below to verwrite the RecordID field...the data preview show me what I want which is EB_000001. However, when Formula runs the results of every RecordID is EB_000?
"EB_"+[RecordID]
Solved! Go to Solution.
Thanks Patrick,
The work around I used involved the same steps as before except instead of assigning it to the existing RecordID field to be updated created a new System of Record Id column and then dropped the RecordID tool generated column via the Select Tool.