g_list.getValue returns undefined in a list client script on an embedded listIssue Users have reported that 'g_list.getValue' returns undefined in a list client script on an embedded list.ReleaseAll releasesCauseThis is working as expected.ResolutionThe 'getValue()' method is not a valid method for GlideList2 (g_list). The methods listed in the following link are valid, supported methods for GlideList2:https://docs.servicenow.com/csh?topicname=c_GlideList2API.html&version=latest A check of the API code also showed that there was no getValue() method. Therefore, the method is unsupported and the behavior we see here is expected. Note: The null value may end up causing 'NaN' in an embedded list.