Even though we can now use Virtual Tables to expose SharePoint lists in a Power Pages site, the same does not apply to SharePoint Document libraries.
You can use the native SharePoint integration to display content that was set up in that way from the Model Driven Apps side, but you cannot expose a custom library in that way.
For example, if you want to expose a random library with Document templates for users to download, there is no simple way by using out-of-the-box features.
However, you can use the new Power Automate integration to leverage that, by creating a custom Page and manipulating data via JavaScript as in the sample below:
Overview of the approach
In order for this integration to work, we will need:
- A SharePoint site with a library for that purpose.
- A Power Automate Flow that lists a library/folder files
- Another Power Automate Flow to retrieve file contents
- And finally a custom page with JavaScript code to manipulate the flows and results
Note:…
Source link
More About This Author
-
SharePoint and Office 365 Consultant/Developer always trying to get the best from Microsoft stack (Microsoft 365/Azure/Power Platform and related stuff).
Living in Ireland since 2018, I had previously worked in Brazil as a consultant/developer for Office 365, SharePoint and related technologies for almost 10 years.
Array
- Modern Workplace1 December 2024Get a Power Pages site URL dynamically per environment to send emails via Power Automate
- Modern Workplace29 November 2024Using Power Pages Web Application firewall to Rate limit Web API calls
- Modern Workplace23 November 2024Power Pages CSP: Starter Settings
- Modern Workplace2 November 2024Dataverse Image fields not copiyng in full resolution using the XRMToolBox DataTransporter? Power Automate to the rescue!