<@UHQFWH30Q>: use context.values[0] in Reduce stag...
# suitescript
p
@David Durst: use context.values[0] in Reduce stage
d
Not sure I understand exactly, are you stating that the value I am passing from Map to Reduce will be found in context.values[0]?
p
yes. Just try this to see the Reduce data structure:
log.debug({ title: 'reduceContext', details: JSON.stringify(context) })
👍 1
d
thank you