Forum Discussion
Vipin Tyagi
Sep 06, 2016Brass Contributor
Calculated column not populating ID?
Hello, I'm trying 2 scenarios .In the first scenario, I want to concatenate FirstName Column value to ID.I have a calculated column to do this. ex- Calculated Column=FirstName&ID but it is not...
Kevin_Hoyt
Sep 06, 2016Iron Contributor
The ID field doesn't work reliably in calculated columns. You'll need to use a workflow to set those fields instead of calculated columns if you want them to include the ID value.