Add a chart to a worksheet using Microsoft Graph API.
typeThe type of chart to add (e.g., 'ColumnClustered').
item_idRequiredstringThe ID of the Excel file (drive item) containing the worksheet.
drive_idstringOptional drive ID. If not provided, uses 'me/drive' (requires delegated auth). For application auth (s2s_oauth), provide the drive ID.
seriesbyRequiredstringHow the series are by (e.g., 'Auto').
worksheetRequiredstringThe name or ID of the worksheet (must be URL-encoded if using ID).
session_idstringOptional session ID for the workbook. If provided, will be sent in the headers.
sourcedataRequiredstringThe range of source data for the chart (e.g., 'A1:C4').
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.