Tool to retrieve a specific axis from a chart. Use when you need properties like min, max, interval, and formatting of the chart axis.
expandOData $expand query option to expand related entities (format).
selectstringOData $select query option to specify which properties to return.
item_idRequiredstringThe ID of the Excel file (drive item) containing the workbook.
drive_idstringOptional drive ID. If provided, uses /drives/{drive_id}/items/{item_id} endpoint (required for application permissions). If not provided, uses /me/drive/items/{item_id} endpoint (for delegated permissions).
axis_typeRequiredstringThe type of axis to retrieve. Allowed values: 'valueAxis', 'seriesAxis', 'categoryAxis'.
worksheetRequiredstringThe name or ID of the worksheet (must be URL-encoded if using ID).
chart_nameRequiredstringThe name or ID of the chart (must be URL-encoded).
session_idstringOptional workbook session ID. 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.