In the scripting block, in order to get cell values from the records returned by the selectRecordsAsync()
method, a script must use the getCellValue()
method.
These two helper functions are designed to make future access to cell values more accessible to other parts of a script by turning cell values into object properties.
1. Record values as object properties
2. Record values from a record id (See original source for second script)