Power Pages single-page apps: Create a “Hello World!” website

Power Pages has a lot of great features to build powerful websites that are directly connected to business data in Microsoft Dataverse. Makers can build web pages with static content as well as data connected components such as lists and forms that are based on model-driven Power Apps forms and views. To further extend your… Continue reading Power Pages single-page apps: Create a “Hello World!” website

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 Pages: conditional display, site markers, and Liquid filters

Using Liquid in Power Pages allows you to create code to conditionally display both static and dynamic content based on certain conditions. A very simple example of this would be this piece of Liquid code that you can place in the source of a web page, web template, or a content snippet: The above code… Continue reading Power Pages: conditional display, site markers, and Liquid filters