Did anyone else have issues when replaced a map stage with a reduce stage?
It's not parsing the values. When I was using the map it was working, and I was using context.value and not context.value*s*
Copy code
function reduce(context) {
log.debug("Reduce Context Values", context.values)
var data = JSON.parse(context.values)
log.debug("Reduce Context Parsed Values", data)