Unable to add choices to a fieldIssue While adding a choice to a field system doesn't add it to the field.CauseIf you are unable to add choices to a specific field then the issue is with the length of the column name of the field. Open the dictionary entry of the choice field and check the character length of column name field value exceeding 40 characters. Though the column name max length allows you to input 100 characters, when a choice is created for this field column name is passed into the 'element' field of the choice table which is limited to only 40 characters. If the column name exceeds 40 characters, the choice table unable to read the complete column name and cannot add choice to the field. Example: Choice field column name: "u_allow_user_make_changes_to_profiles_data"In the choice table, while creating the choice 'element' field showing as "u_allow_user_make_changes_to_profiles_dat" (last character 'a' is missing and unable to find the element to save the choice). This is because the element field on the choice table can take max_length of 40 charactersResolutionIt is not a suggestive approach to modify the max length of the 'element' field on choice tableSo, have to delete the existing choice field and recreate a new one with column name of the field to be limit within 40 characters