Power Apps SharePoint Document Library Tutorial

Reza Dorrani
Reza Dorrani
81.2 هزار بار بازدید - 3 سال پیش - In this Power Apps 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/powe...

Document Previews Video - PowerApps PDF Viewer SharePoint Docum...
Upload a document to SharePoint - Upload & Tag Multiple Files to ShareP...
& PowerApps upload multiple files attac...
Download sample App - https://github.com/rdorrani/PowerApps...

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
3 سال پیش در تاریخ 1400/03/18 منتشر شده است.
81,252 بـار بازدید شده
... بیشتر