Hello, is it possible to have a record.load pass to a function and write to lines from there? I am trying to consolidate the javascript code I am writing and I get an error when trying to write a sublist value in another function. thank you.
a
Anthony OConnor
06/11/2025, 1:10 AM
record.load returns an instance of record.Record
you can absolutely pass that around as a parameter to other functions