Sign In Start Free Trial
Account

Add to playlist

Create a Playlist

Modal Close icon
You need to login to use this feature.
  • Book Overview & Buying Microsoft Power Pages in Action
  • Table Of Contents Toc
  • Feedback & Rating feedback
Microsoft Power Pages in Action

Microsoft Power Pages in Action

By : Hussona, Danilo Capuano
5 (3)
close
close
Microsoft Power Pages in Action

Microsoft Power Pages in Action

5 (3)
By: Hussona, Danilo Capuano

Overview of this book

Microsoft Power Apps Pages in Action is a comprehensive beginner's guide for effortlessly building and customizing functional-rich web apps. Packed with real-world examples, it offers a practical understanding of the Power Pages environment. You’ll understand web pages by creating data tables and forms, progress to adding web pages, and delve into advanced techniques for seamlessly integrating web apps. Now, you’ll learn how to create responsive web pages, automate web apps, and use ChatGPT-assisted coding with code snippets for common requirements or needs. As you progress, you'll be guided on crafting portals and websites, encompassing the utilization of various functionalities and layouts. Progressively, you’ll discover how to seamlessly integrate them into your web pages across multiple Microsoft technologies, including Dataverse and Power Automate. Towards the end, you'll also learn how to implement cloud flows to provide access to external services and use cloud flows to provide user experiences running processes off the page. By the end of the book, you’ll have a solid understanding of Power Pages and be able to create web applications tailored to your unique needs.
Table of Contents (18 chapters)
close
close

Advanced Liquid concepts for Power Pages

In addition to the basic features of Liquid, Power Pages supports advanced concepts that allow for more dynamic and sophisticated web templates. These advanced concepts enable you to interact with data sources, iterate over collections, and perform complex operations. Let’s explore some of these advanced Liquid concepts and provide code snippets to illustrate their usage.

Interacting with Dataverse

Power Pages allows you to interact with Dataverse, Microsoft’s cloud-based storage system for PowerApps. This integration opens up possibilities for retrieving and manipulating data from Dataverse tables within your web templates. Here’s an example of how you can fetch and display a list of data from a Dataverse table using Liquid:

{% assign incidents = entities.imc_incident %}
<ul>
  {% for incident in incidents %}
    <li>{{ incident.title }}</li>
  {% endfor...

Unlock full access

Continue reading for free

A Packt free trial gives you instant online access to our library of over 7000 practical eBooks and videos, constantly updated with the latest in tech
bookmark search playlist download font-size

Change the font size

margin-width

Change margin width

day-mode

Change background colour

Close icon Search
Country selected

Close icon Your notes and bookmarks

Delete Bookmark

Modal Close icon
Are you sure you want to delete it?
Cancel
Yes, Delete

Confirmation

Modal Close icon
claim successful

Buy this book with your credits?

Modal Close icon
Are you sure you want to buy this book with one of your credits?
Close
YES, BUY