Data Retention Strategy in Power Pages – Automated Archival with Scheduled Power Automate Jobs
As Power Pages portals scale, the amount of data they generate grows exponentially—form submissions, bookings, cases, applications, event regi...
As Power Pages portals scale, the amount of data they generate grows exponentially—form submissions, bookings, cases, applications, event regi...
Make your portal navigation admin-controlled, configurable, and scalable. In traditional Power Pages (formerly Power Apps Portals), site navig...
Introduction With the latest Server Logic (preview) feature in Power Pages, makers and developers can move beyond client-side JavaScript and L...
When Power Pages integrates with Power Automate, reliability becomes key. Portal users expect instant responses — whether submitting a form, u...
Multi-tenancy is one of the most powerful — yet often underused — capabilities in Power Pages. It allows you to host multiple customer or part...
In most Power Pages projects, we need to control what users see based on their role — for example: Traditionally, this might require JavaScrip...
In Power Pages, you can implement logic in multiple layers — Liquid (server-side), JavaScript (client-side), or Power Automate (external workf...
Why Client-Side Caching? Power Pages often fetch data from Dataverse using Liquid, Web API, or Power Automate. But repeated calls can slow dow...
When building Power Pages (formerly Power Apps Portals), performance is just as important as functionality. Users expect fast-loading pages, e...
Use Power Fx in Power Pages (Preview) Power Pages is getting smarter! Until now, most of the logic you could add to forms and pages had to be ...