Announcements
Hello,
I uploaded an Excel file to SharePoint (under My Documents) and added it as a data source in my Power Apps app. The Excel file contains a formatted Table.
I created a new screen to display and/or export the table data, but the screen is blank.
Could you please explain the correct way to retrieve data from an Excel table stored in SharePoint using Power Apps? Do I need to convert the data into a SharePoint list, or is it supported to work directly with the Excel file?
Thanks in advance for your help.
Here is a simple step-by-step guide to connect a SharePoint Document Library to Power Apps.
Go to your SharePoint site (for example your team site).
Click Site Contents.
Click New → Document Library.
Give it a name (example: ProjectDocuments).
Upload a few test files if needed.
This library will store the documents that Power Apps will access.
Go to Microsoft Power Apps.
Click Create.
Choose:
Canvas App (most common), or
Start from blank.
In Power Apps Studio open your app.
In the left panel click Data (database icon).
Click Add data.
Search for Microsoft SharePoint.
Sign in if prompted.
Select your SharePoint site.
Choose the Document Library you created.
Click Connect.
Now Power Apps can read files from SharePoint.
Insert a Gallery:
Insert → Gallery → Vertical gallery.
In the gallery show fields like:
ThisItem.Name
ThisItem.'Link to item'
ThisItem.Created
Add a button or icon inside the gallery.
OnSelect property
This will open the document stored in SharePoint.
Insert Attachments Control or Add Picture.
Use a Form connected to the Document Library.
Steps:
Insert → Edit Form
DataSource = ProjectDocuments
ProjectDocuments
Add Attachments field
Add a Submit Button
Files will upload to SharePoint.
Example search box:
Filter(ProjectDocuments, StartsWith(Name, TextInput1.Text))
Make sure users:
Have access to the SharePoint site
Have permission to the Document Library
Otherwise files will not appear.
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.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 424
WarrenBelz 355 Most Valuable Professional
11manish 290