Announcements
You're trying to use a non-table Excel file (XLS format), updated every 30 minutes in a network folder, as a read-only lookup source in Power Apps. You're running into problems because:
Power Apps only supports Excel files in .xlsx format and table format stored in cloud locations like OneDrive or SharePoint.
Then You can Use create table action and create table dynamically then you can use that table in Power Apps.
Hope this Helps,
Usha Jyothi
Hi @janiceXcruz, Using Excel directly as a data source is not reliable for Power Apps in this scenario. Even though the file has the same name, every time your system recreates it the internal file ID changes. That means your Power Apps/Flow connection can break unexpectedly.
A better approach is to remove Excel from being the live source and instead use an intermediate SharePoint list or Dataverse table:
Power Automate flow runs whenever the file is updated.
Parse the Excel rows (using Office Script/Power Automate parsing).
Upsert into a SharePoint list or Dataverse table.
Use that list/table as the stable data source for your Power App.
This way you don’t depend on a file that’s being constantly recreated — your app always points to a consistent backend (SharePoint/Dataverse) with proper delegation support.
when pointing to the Excel file in Flow, don’t pick it from the dropdown (that hard-codes the internal file ID). Instead, use Custom value and manually enter the file path/name — this ensures the Flow will continue to work even if the file is recreated. if that fails try this steps mentioned in the link : Workarounds needed to use the Excel Connector in Microsoft Flow — John Liu .NET
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Haque 408
David_MA 253 Super User 2026 Season 1
Expiscornovus 201 Most Valuable Professional