Add a column to a table using Microsoft Graph API.
indexThe index at which to insert the column.
valuesRequiredarrayThe values for the new column. MUST include exactly one value for each row in the table, including the header row. Use list table rows to get the correct number of values needed.
item_idRequiredstringThe ID of the Excel file (drive item) containing the table.
drive_idstringThe ID of the drive containing the Excel file. If not provided, defaults to 'me' for delegated auth or must be provided for application-only auth.
table_idRequiredstringThe ID of the table to add a column to.
session_idstringOptional session ID for the workbook. If provided, will be sent in the headers.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.