I'm writing a scheduled script in 2.0 where I'm running a saved search and using the results to set a field on a custom record I've created. I've been able to confirm I'm getting the correct results from the search through logging, but every time I try setting the custom record field, I get a user error saying "Please enter value(s) for: Name." The field type is a List/Record and so I've tried setValue() using the internal id of the record and also the name, I've also tried setText() and still get the error message either way. I feel like I'm just missing something very obvious and pretty dumb. How do I properly set this field value?