Read Row
Reads a row of cells from a worksheet and returns the values as an array.
Properties
| Name | Description | Required |
|---|---|---|
| Max Cells | Maximum number of cells to read from the row. If left blank, or set to zero or less, all cells are read. | |
| Result | Array of values read from the row. | |
| Sheet Name | Name of the worksheet to read from. | ☑️ |
| Starting Cell | Cell address (in range format, e.g.: A1) that defines the row to start reading. | ☑️ |