you want something like ``` context.output.iterat...
# suitescript
j
you want something like
Copy code
context.output.iterator().each(function(key, value) {
  // key, value is the output of your reduce stage
  return true; // need to return true to continue iterating
})