On data imports, transformations to choice field with more than 40 characters are truncated and might not match those choicesDescriptionThe error "Choice field value for <table_name.field_name> rejected: <value>" happens while trying to insert the choice field value of more than 40 characters via import set. Steps to Reproduce Create a field 'it_component_category_l3u_level_3' of type choice in the task table.1.1 Add the value of more than 40 characters to that choice field. e.g. "Vulnerability Remediation (Security Related Risks)". This works fine on the interfaceCreate a excel file with columns number, and u_level_3 numberlevel_3INC000002 Vulnerability Remediation (Security Related Risks) Create a data source from the excel file. Click "load all records"Once the import set table is created, create the transform map with the target table as incident, and have the choice action as "reject" in the field map of the choice field. Map number = number, u_level_3 = it_component_category_l3u_level_36. Transform the dataNow you will find the error in the import set rows We expected the system would throw valid error that the field value exceeded the choice field value limit or work like on the UI interface that allow larger values.However, it throws a misleading "rejection" error, so it is hard to find the reason for rejection.Note: The above mentioned issue doesn't happens when we update the field manually via UI and we are successfully able to update the field, this happens only if we try to insert the choice field record of more than 40 characters through import set.WorkaroundPlease ensure all the choice values are 40 or less than 40 characters. The labels can be longer, but the values are limited on the system itself.Related Problem: PRB1250700