Skip to content

Engineered Code Blog

Category: JavaScript/jQuery

Power Pages: Form Label Best Practices

January 28, 2025 3 Min.To Read

One of the fundamental features of Power Pages is the ability to create or edit Dataverse data via Forms. The layout of a Power Pages Forms is defined using Dataverse table forms, which are the same as those used in model-driven Power Apps. Part of that layout includes the labels for the fields of the form. In this post we’ll look at the various options Power Pages provides to customize those field labels.

Power Pages: Power Automate List Action Button

December 30, 2024 3 Min.To Read

A member of the Power Pages community recently reached out to me asking about how you can know which contact triggered a classic workflow when added via the list action buttons. Unfortunately, the answer is: you can’t. You can, however, know which contact triggered a Power Automate flow. But as of now, you can’t add a Power Automate action button to a list via configuration – you need a bit of JavaScript to create the action button and invoke a Power Automate flow via the Power Pages Web API. In this post, I’ll look at how to do exactly that.

Power Pages: Not So Public Key

July 19, 2024 4 Min.To Read

Over the last few years, we’ve been working on ecLearn – a Learning Management System (LMS) built on top of the Microsoft Power Platform. It allows organizations to create and deliver courses using either a model-driven Power App or Power Pages. As I’ve described in previous posts previous posts, delivering an ISV product using Power Pages is not without its challenges. In this post, I’m going to look at one particular issue we ran into during our development.

Back to top