Fields are displaying values instead of labelsIssue There were records where the fields were displaying values instead of labels to the end user.ReleaseAllCauseThe issue occurs when the UI max length is not aligned with the backend database data type, specifically when in this case, the choice values exceeded the 40-character limit defined in the dictionary. This mismatch causes truncated values to display instead of labels.ResolutionTo resolve the issue, you can do one of the following: 1. Shorten the choice values to be less than 40 characters to resolve the truncation issue.2. Alternatively, increase the max length of the field to more than 100 characters and update the record to ensure proper display of choices.