Retrieving the Required Column from the List Row

You can read column data from the list using the ListItem object’s getColumn method. This accepts a single integer parameter indicating the column number to read. Column numbers are zero relative.

Value = ListItem.getColumn(Col)