Power Apps SharePoint Document Library Tutorial

Power Apps SharePoint Document Library Tutorial

100.364 Lượt nghe
Power Apps SharePoint Document Library Tutorial
In this Power Apps tutorial video, we will explore how to create a fully featured SharePoint Document Library browsing experience in PowerApps. We will preview documents using File Thumbnails, use PDF Viewer control for pdf & office files, filter with delegation on isFolder, folder path using a simple technique of folder default values, navigate through the SharePoint document library using a breadcrumb experience like modern SharePoint libraries. All the above without using any Power Automate flows and keeping delegation in check wherein we can work with document libraries having more than the delegable limit of 2000 documents. #PowerApps #SharePoint #DocumentLibrary Documentation: https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/multi-language-apps Document Previews Video - https://youtu.be/vqK29FWbLxU Upload a document to SharePoint - https://youtu.be/UYK7yruBHDM & https://youtu.be/r3UC3TMXhlI Download sample App - https://github.com/rdorrani/PowerApps/tree/master/DocLibraryBrowser Breadcrumb Gallery Items property: Split(Left(varCurrentPath,Len(varCurrentPath)-1),"/") Breadcrumb button OnSelect property: Set( varCurrentPath, Left( varCurrentPath, Find( ThisItem.Result, varCurrentPath ) + Len(ThisItem.Result) ) ) Doc library gallery Items property: Filter(Documents,hiddenFolderPath = varCurrentPath && (Status.Value = drpStatus.Selected.Value || IsBlank(drpStatus.Selected)) ) Doc library gallery OnSelect property: If(ThisItem.IsFolder,Set(varCurrentPath,ThisItem.'Folder path'&ThisItem.Name&"/")) Table of Contents: 00:00 - Introduction to Power Apps SharePoint Document Library Tutorial 00:57 - Power App Walk through of SharePoint documents with folders 02:05 - SharePoint document library with folders and files 03:04 - Power Apps query SharePoint documents library on isFolder with delegation 10:40 - Power Apps show documents with folders & query folder path with delegation 20:55 - Build a breadcrumb navigation in Power Apps to traverse folders and files in SharePoint 25:28 - Filter SharePoint documents library in PowerApps 28:33 - Subscribe to Reza Dorrani channel