A choice list field doesn't display choice labels and instead shows a single valueIssue A choice list field doesn't display choice labels and instead shows a single value though configuring choices on the field shows the choices.ReleaseAll releasesCauseThis issue can be caused if the actual sys_choice records for the choices in the sys_choice table are missing. To verify the same, go to sys_choice.list and then filter the choices by the element and the Label. If the records that you see when configuring dictionary or configuring choices on the affected field are not seen in this list, that should confirm this root cause.ResolutionAdd the missing sys_choice records to the affected instance and then clear the instance cache. These missing records can be brought over from another instance if such records exist on that instance by doing an xml export and import into the affected instance.