Power Pages Actions in Visual Studio Code

Two years ago I posted about the features within Visual Studio Code to create assets in Power Pages. Since that time the team at Microsoft has added more features to allow developers to be more productive when extending Power Pages websites using HTML, JavaScript, Liquid, CSS, etc. To be effective using Visual Studio Code, this… Continue reading Power Pages Actions in Visual Studio Code

Power Pages: Inserting Content Snippets in Design Studio

I have written before Content snippets in Power Pages and how it is one of those features that I feel doesn’t get enough attention. Here is the video version of this blog post. Check out the post below on what Connect Snippets are and how they used in Power Pages websites: Currently, the only way… Continue reading Power Pages: Inserting Content Snippets in Design Studio

Power Pages: Cache test dummies

What is Power Pages caching? Sooner or later, while you are configuring a new Power Pages website, you are going to run into the concept of caching. What is it, why does it matter? And why does Nick Hayduk post memes about it? Caching in web applications refers to storing frequently accessed data (such as… Continue reading Power Pages: Cache test dummies

Power Pages DevTools extension

Microsoft Power Pages allows you to build powerful web applications using a variety of components, tools and development languages. However, building websites using server-side markup languages like Liquid sometimes can be very time consuming to debug and test. I was looking up something else in the Microsoft documentation and stumbled upon a new tool that… Continue reading Power Pages DevTools extension

Power FX in Power Pages

The Microsoft team keeps adding new features and functionality to Power Pages. Just announced, the ability to use Power FX in Power Pages! See official announcement here: Use Power Fx in Power Pages for authoring dynamic content See documentation here: Use Power Fx in Power Pages (preview) Check out a short video of where I… Continue reading Power FX in Power Pages

Copilot for Power Pages Pro-developers!

There seems to be a Copilot popping up everywhere in Microsoft products these days. (I am eagerly waiting for the Notepad Copilot!) The latest Copilot to make an appearance now surfaces in Visual Studio Code (desktop) while editing and configuring a Power Pages website. Writing code for Power Pages has sometimes proven to be a… Continue reading Copilot for Power Pages Pro-developers!

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

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 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

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