Array Read
This task allows you to read data from an array variable. You can either read a certain cell or an entire row.
If you read a cell, the cell value is returned as a variable.
If
you read a row, each columns cell values in the row is returned as
variables. Also, the entire row is saved as a variable.