Upload Workbook
Uploads a workbook file to Microsoft 365 Excel.
POST
Query
Field selectionChoose which fields should be included in the response. Learn more
string
Comma-separated response fields to include.
Body
Arguments
stringrequired
Drive ID for the destination drive. For a folder or file returned by Graph, use `parentReference.driveId`.
stringrequired
Drive item ID of the destination folder. From the prior output shown, this is `parentReference.id`, not the workbook file `id`.
stringrequired
Workbook filename to create, including the `.xlsx` extension.
stringrequired
Base64-encoded contents of a valid .xlsx workbook file. The action decodes this value and sends the raw workbook bytes to Microsoft Graph.