Bulk Data Prefetch in Power Pages – Supercharge Performance Using $expand
One of the biggest performance killers in Power Pages is multiple Dataverse API calls made from JavaScript to fetch related data. For example,...
One of the biggest performance killers in Power Pages is multiple Dataverse API calls made from JavaScript to fetch related data. For example,...
Searching across multiple Dataverse tables from a single search box is one of the most requested features in Power Pages. While Dataverse Sear...
When multiple Power Pages forms and pages create or update records in the same Dataverse table, it becomes difficult to understand where the d...
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...