Performance Analytics Script receives an undefined "value" error and Collection job does not process scores as expected.Issue The error was an undefined value in collection logs and added null checks to stop any empty fields from processing.The error was still occurring. Error message:Error during JavaScript evaluation com.snc.pa.dc.ScriptException: JavaScript evaluation returned: Undefined in script...ResolutionDetermined thru a community article example that the javascript's null checks needed an "else {null;}" statement to capture the valid null checks.https://community.servicenow.com/community?id=community_question&sys_id=0ab947e5db5cdbc01dcaf3231f96199e The collection job ran as expected afterwards and did not have the errors for the undefined.