Multiple choice variable on Record produce 'Map-to-field' is adding a duplicate/additional choice for the field on the produced recordIssue When there is a Multiple choice variable that is mapped to a field on the record produced(incident or problem etc). In some situations, it will add a duplicate choice value to the field it is mapped to on the produced record. This happens commonly when the Multiple choice variable is populated with options using a client script using g_form.addOption method.CauseThe Max-length of the dictionary entry for the field is set to 'n'. In most situations, this will have defaulted to 40. But, the options that are being populated have a value >40 characters. The problem is even through the dictionary entry has a max-length set to 40, it might have choices defined in the related list with values >40 characters. But, when using a record producer, might lead to problems like this one.ResolutionEither increase the Max length on the dictionary entry for field on the table where record is producedorDecrease the characters in the option Value for all the choices that are >40 characters