i’m not sure if it’s the issue, but the ‘values’ a...
# suitescript
m
i’m not sure if it’s the issue, but the ‘values’ array in reduce is serialized as a string (the only element in the array is quote wrapped in your execution log) you might try
Copy code
var records = JSON.parse(data[values])