Get Table Range

Retrieves the range of the table.

This activity retrieves the range associated with the user-specified table in the given workbook using the Microsoft Graph Get range API.

Input

  • Connection Id: GraphServiceClient Variable Required Specifies the office 365 connection id.

  • Table Name: String Argument Required Specifies the name of the table from which the table range is to be retrieved.

  • Workbook: Object Argument Required Specifies the DriveItem of the Excel workbook that contains the table from which the table range is to be retrieved. We can also specify the output variable of the Find Files And Folders activity (which is First or Results) directly as input in this property or use the output variable of the Create Workbook activity (Workbook). If we are using the Results property of the Find Files And Folders activity then we can directly specify the element in the array. For example : Results[1].

Output

Last updated