Last updated
Last updated
This activity deletes a specific column from a user-specified table in the given workbook using the Microsoft Graph API.
Connection Id: Required
Specifies the office 365 connection id.
Table Name: Required
Specifies the name of the table from which the column is to be deleted.
Column Name: Required
Specifies the name of the column in the specified table that is to be deleted.
Workbook: Required
Specifies the of the Excel workbook that contains the table from which the specified column is to be deleted. 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].
Deletes a column from the workbook.