Edit more in Power Pages using Visual Studio Code for the Web

While using Visual Studio Code (desktop) is a powerful way for pro-developers to extend Power Pages websites, sometimes you need to quickly go into a site and edit some code directly without having to launch Visual Studio Code for desktop, use the PAC CLI to download the latest code, make changes, and re-upload. There has… Continue reading Edit more in Power Pages using Visual Studio Code for the Web

Build custom HTML forms in Power Pages: Part 2

Last time I showed an example of creating a custom HTML form with the Power Pages WebAPI to create new records in Microsoft Dataverse. This demonstrated a different method of using a fully-customizable HTML form rather than a form component based on a form form a model-driven app. See Build custom HTML forms in Power Pages:… Continue reading Build custom HTML forms in Power Pages: Part 2

Build custom HTML forms in Power Pages: Part 1

One of the features of Power Pages is the ability to use a model-driven app Dataverse form as a foundation to build create, edit, and read-only forms on Power Pages websites. This feature goes back to the Adxstudio days where the Adxstudio portal product allowed you to use a Dynamics CRM form and surface it… Continue reading Build custom HTML forms in Power Pages: Part 1

European Power Platform Conference 2023 Recap

Overview The European Power Platform Conference was held in Dublin, Ireland from June 20-23, 2023. The conference brought together the Microsoft Power Platform Communities for 3 days of in-person learning, connections, and inspiration. The conference provided a host of professional development opportunities, which included 3 inspirational keynotes, 6 expert full day tutorials and 90+ specialist… Continue reading European Power Platform Conference 2023 Recap

Use Power Platform pipelines with Power Pages

Power Platform Pipelines are a great solution for simple ALM to move your Power Platform solutions from a developer to testing, staging, and production environments. Check out the official documentation on Power Platform pipelines. A few weeks ago I wrote post and video about the new ability (in preview) to add Power Pages websites to… Continue reading Use Power Platform pipelines with Power Pages

Trigger Power Automate flows from Power Pages

At MS Build last week everyone was all “Copilot this and Copilot that…” and the were other announcements that I feel are going to be also very impactful. One of these is the ability to trigger a Power Automate flow from Power Pages and get the results back to that page. I tried this out… Continue reading Trigger Power Automate flows from Power Pages

Use Web Templates as components

While Power Pages provides a variety of components to display data from Dataverse using lists, forms, and even from embedded Power BI reports. There are times when you would want to expand these further and build custom layouts. This is where you can build custom web templates to achieve your unique requirements. Using web templates… Continue reading Use Web Templates as components

Use Dataverse virtual tables in Power Pages sites

A common question I have gotten over the years is if it is possible to build a Power Pages that can surface and interact with data that is stored in a different database than Microsoft Dataverse, such as Azure SQL or other databases. Using a different database for Power Pages was not only difficult, but… Continue reading Use Dataverse virtual tables in Power Pages sites

Using solutions to move Power Pages site configuration

Moving Power Pages (and Power Apps portals) site configuration from a one environment to another used to be a bit of a tedious process. While there were handy tools like the XrmToolBox portal records mover, Power Platform CLI, or the Configuration Data Migration tool, it was always an extra step to move website configuration. Now,… Continue reading Using solutions to move Power Pages site configuration

Using Content Snippets in Power Pages

One feature of Power Pages that doesn’t get a lot of attention is Content Snippets. What is a content snippet? Its really just a piece of text or HTML that you can inject into headers, footers, page copy, or in web templates. You can even include Liquid or JavaScript code in content snippets. A couple… Continue reading Using Content Snippets in Power Pages