The ID of the Excel file (drive item) containing the worksheet.
site_idstring
The ID of the SharePoint site containing the Excel file. Required when using application permissions (s2s_oauth). Not needed for delegated authentication.
drive_idstring
Optional drive ID. Required for application-level permissions (s2s_oauth) with OneDrive files. If not provided, falls back to site_id or /me/drive endpoint. Use EXCEL_LIST_FILES or ONE_DRIVE_GET_DRIVE_ROOT to get the drive ID.
positioninteger
The new position for the worksheet.
worksheetstring
Required
The name or ID of the worksheet to update. If using ID, it must be URL-encoded.
session_idstring
Optional session ID for the workbook. If provided, will be sent in the headers.
Observable output
data
Required
Data from the action execution
errorstring
Error if any occurred during the execution of the action
successfulboolean
Required
Whether or not the action execution was successful or not