Tool to export an Excel workbook to PDF via Microsoft Graph's format conversion. Use when you need a PDF version of an Excel file for sending, storing, or attaching.
item_idRequiredstringID of the Excel file (DriveItem) to convert to PDF.
drive_idstringRequired when drive_scope is 'drives' or 'sites'. The drive ID or site ID.
drive_scopestringThe drive scope type: 'me' for user's OneDrive, 'drives' for specific drive ID, 'sites' for SharePoint site.
save_pdf_to_pathstringOptional path where the converted PDF should be uploaded back to Drive (e.g., 'Documents/invoice.pdf'). If provided, the tool downloads the PDF and uploads it to this location.
return_download_url_onlybooleanIf true, only return the preauthenticated download URL. If false, fetch additional metadata about the source item.
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.