Join Slack
Powered by
in `reduce`, you get passed an array of all the se...
# suitescript
e
erictgrubaugh
11/02/2018, 7:46 PM
in
reduce
, you get passed an array of all the serialized values for the given key, so to parse them all out you can do something like
var data = context.values.map(JSON.parse);
Open in Slack
Previous
Next