Append Range

Appends data to a given excel workbook.

This activity appends data from a given data table to a user-specified excel workbook using the Microsoft Graph Update range API.

Input

  • Workbook: Object Argument Required Specifies the DriveItem of the Excel workbook whose data are to be written or modified. 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].

Last updated