I am trying to insert a new record on deals and I need to add values on multiselect fields but when I check the record, the multiselect fields are empty. this is how I insert values on multiselect: $record1->addKeyValue('regions', ['region1', 'region2']).