Forum Discussion
Rich Koneval
Mar 28, 2019Brass Contributor
Flow Action - Convert Word Document to PDF
I'm trying to use the Convert Word Document to PDF action in a Flow. There are three parameters that have to be entered: Location - the SharePoint Site Document Library - Library where the documen...
alisonliwenhuang
Apr 08, 2026Occasional Reader
Hello everyone,
I experienced the same issue and figured it out finally.
The File filed in Convert Word Document to PDF doesn't accept a SharePoint path, list item ID, or encoded identifier. It requires the DriveItemId (Microsoft Graph file ID).
In SharePoint Get files (properties only) action, the correct is {DriveItemId}.
For example, after filtering to the correct file, use:
first(body('Filter_array'))?['{DriveItemId}']