``` updateRecord.IsBundled = updateRecordResults[...
# suitescript
j
Copy code
updateRecord.IsBundled = updateRecordResults[i].getValue({name: "custrecord_is_bundled" });

  NsLog('Value of IsBundled:', updateRecord.isBundled);
j
In the code sample you have updateRecord.IsBundled and updateRecord.isBundled typo?
j
i've corrected the typo, but it still not being retrieved properly
b
log updateRecord and updateRecordResults[i]
j
I've logged both and both come back empty for some reason
b
Share more code
Unless you made an obvious mistake, expect to share enough code to recreate the problem
j
Sorry, looks like I've figured out the issue, it was coming from an app side function which was also affecting the same object and field. Thank you for the help.