Read Row

You can select this activity to retrieve the values of cells from a specific row of a worksheet. After retrieving the data from all cells in the row, the output is available as an array of objects.

This table lists the properties for the activity.

Property Type Property Name Data Type Description
Input Row Number Int32 The row number that must be read. This field supports integer values only.
Worksheet Name String The name of the worksheet from which the values of the specified row must be read.
Workbook Path String The workbook location.
Output Result Object[] Array containing information of the specified row.
Response Code Int32 Response code for the activity. Possible values:
  • 200 to 290: Indicates a successful response or valid output.
  • 400 to 499: Indicates client error responses.
  • 500 to 599: Indicates server error responses.