Comment
05-19-2026
10:21 AM
05-19-2026
10:21 AM
It appears that ServiceNow made a change in how the .getValue() function works in a recent ServiceNow release so that we're seeing these null values in places where there was not an issue before. You can update the code to check for the existence of a field value in line 1010 prior to performing the .split() operation - that will fix it. We'll update the app on Share to work around this change soon.