unable to get the value from getSublistValue() in ...
# suitescript
r
unable to get the value from getSublistValue() in user event script.
b
index is off
ss2 starts at 0, not 1
other than that the code looks fine, at the very least
item1
should have a value
s
another example of why one might prefer not to write iteration logic manually. Have you tried
lodash
?