Join Slack
Powered by
i’m not sure if it’s the issue, but the ‘values’ a...
# suitescript
m
mtsb
09/10/2019, 2:38 PM
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])
Open in Slack
Previous
Next