Hi everyone,
I'm running into a frustrating wall with the Excel Online (Business) "Get a row" action and could use some definitive advice on SharePoint permissions.
The Scenario:
-
I am building a flow that needs to look up an email address in an Excel file (Workflow Map.xlsx) hosted on our company's HR SharePoint site.
-
My account is not a member of the parent SharePoint Site.
-
I only have shared read/edit permissions to the specific sub-folder where the Excel file lives (/Shared Documents/HR File Exchange/Trackers/...).
The Problem:
Because I don't have root site access, the standard Power Automate interface is breaking:
-
New Designer: The dropdown menus for Site Address and Document Library are completely blank.
-
Custom Values: If I use "Enter custom value" and type the site URL and "Documents" for the library, the flow crashes with a Malformed drive ID error because it can't fetch the backend GUID.
-
Classic Designer / IDs: If I manage to force the file path or use a dynamic Id from a "Get file metadata" step, the Excel action fails with a 404 Item Not Found error.
My Questions:
-
Is it fundamentally impossible for the Excel connector (Graph API) to target a file if the account only has folder-level permissions?
-
Does Power Automate absolutely require standard "Site Member/Visitor" access to traverse the Document Library, or is there a known workaround for shared sub-folders?
I want to be 100% sure there isn't a workaround before I go to our IT department to request elevated site-wide permissions for this service account.
Thank you in advance for any insight!