bear in mind as well that usually context.values i...
# suitescript
i
bear in mind as well that usually context.values in reduce are in array form, so you would need to treat them as such. -> JSON.parse(context.values[0]) should give you the first value.
🙏 1