Skip to main content

Get Table

Retrieves the first table data from a worksheet.

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

The GetTable activity in the designer

Example

outputVariable = GetTable(workbookPath="<workbookPath>", worksheetName="<worksheetName>", tableName="<tableName>")

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.

Outputs

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