Append Range
Appends data to a given excel workbook.
Last updated
Appends data to a given excel workbook.
Last updated
This activity appends data from a given data table to a user-specified excel workbook using the Microsoft Graph API.
Connection Id: Required
Specifies the office 365 connection id.
Datatable: Required
Specifies the table of data that is to be written to a specified workbook. We can use the output variable of the as input.
Sheet Name: Required
Specifies the name of the sheet in which data is to be appended.
Workbook: Required
Specifies the of the Excel workbook whose data are to be written or modified. We can also specify the output variable of the activity (which is First or Results) directly as input in this property or use the output variable of the 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].