New/different variable is being injected in Change record producer.DescriptionNew/different variable is being injected in Change record producer.CauseUI action Create Change sets value to "No"ResolutionThe behavior seen for the duplication of 'No' in the records are from line 20 from customized UI action Create Change: change.u_monitor_deactivation_needed1 = 'No'; This line of code is adding a choice due to how the value is being set here. The value is actually 'no' where as the display/label is 'No'. This should be changed to the value which is: change.u_monitor_deactivation_needed1 = 'no';