Can you once check what value is coming in entity. use the below code below:-

 

var entity = producer.align_entity_of_chop_applicant;

gs.log('entity'+entity);
if (entity == 'abc')
{
current.assignment_group='sysidofthecommerciallegalgroup';
}

 

Please mark my answer as correct based on Impact.