Announcements
I need to allow users to pick folder from one drive to store some files. Is there a way where I can allow users to choose only the folders from One Drive?
Power Apps Easiest Way To Upload Files To A SharePoint Document Library (matthewdevaney.com)Please check some useful links....Solved: Select Folder in Document Library - Power Platform Community (microsoft.com)Solved: POWERAPPS Attachments control default folder - Power Platform Community (microsoft.com)
Set up OneDrive Connection: First, you need to establish a connection to OneDrive within your PowerApps app. This will allow you to access files and folders in the user's OneDrive account.
Use the FolderPicker Control: PowerApps provides a FolderPicker control that allows users to select folders. You can add this control to your app's interface.
Bind FolderPicker to OneDrive Data Source: Configure the FolderPicker control to bind to the data source representing the user's OneDrive folders. This will ensure that users can only select folders from their OneDrive account.
Handle User Selection: Once the user selects a folder using the FolderPicker control, you can capture the selected folder's information and proceed with your application logic (such as storing files in that folder).
In this example, Office365Connector.GetFolder() is used to open the folder picker dialog. Users can then navigate through their OneDrive folders and select the desired folder. The selected folder's path is stored in the variable selectedFolder, which you can use in your application as needed.
I need this to be done in Model Driven Application
I couldn't find any FolderPicker Control in power app?
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.
11manish 551
WarrenBelz 430 Most Valuable Professional
Valantis 298