Skip to main content

Get Table Row

Returns a table row from an Office 365 / Excel workbook.

Category: Microsoft Office 365 & OneDrive · Group: Office 365 · Activity name: GetTableRow

The GetTableRow activity in the designer

Example

outputVariable = GetTableRow(workbookPath="<workbookPath>", worksheetName="<worksheetName>", tableName="<tableName>", index=0)

Inputs

NameTypeRequiredDefaultDescription
Workbook PathstringWorkbook path.
Worksheet NamestringWorksheet Name.
Table NamestringThe name of the table for which to get rows count. If not specified, it is using the first available table.
IndexintegerThe row number as specified in excel.

Outputs

NameTypeDescription
outputVariablearraySpecifies the name of the variable that will store the table row data.