Microsoft Word · Arazzo Workflow
Microsoft Word Search and Download Document
Version 1.0.0
Search OneDrive for a Word document by name, confirm its metadata, and download its content.
Provider
Workflows
search-and-download
Search for a document by name and download its content.
Searches the drive for items matching a query, resolves the first match's metadata, and downloads the file content stream.
1
searchItems
searchDriveItems
Search the drive hierarchy for items matching the query string and capture the identifier of the first match.
2
getItem
getDriveItem
Read the full metadata of the matched item to confirm it is the intended document before downloading.
3
downloadContent
downloadContent
Download the primary file stream of the matched document. Graph returns 200 with the binary content of the file.