Category Archives: PowerFx

Exploring Type and RecordOf functions in Power Fx

In Dynamics 365, when working with Power Apps inside the Dynamics 365 ecosystem, especially when consuming Dataverse APIs or Power Automate responses, developers often encounter challenges while handling structured data within a Canvas App. Many Dataverse entities, such as Account, contain nested or related records (for example, a Primary Contact). While it is possible to… Read More »

Adding Native Confirmation Dialogs with Power Fx function

Before the built-in Confirm() function existed, adding a simple yes/no confirmation in Power Apps required significant manual effort. In canvas apps, developers typically had to create overlay screens, place message text and action buttons, and manage visibility and state with variables and formulas, similar behavior often demanded custom JavaScript or other workaround techniques. These bespoke… Read More »

Exploring the Potential of Power Fx Functions (Preview) in Power Apps

As developers, we often encounter scenarios where the same logic needs to be written in multiple places. This may result in code redundancy and possible discrepancies. To address this, Microsoft has introduced Power Fx Functions (Preview) — enabling a low-code approach to creating reusable logic within Power Apps. With Power Fx Functions, you can define… Read More »

Step-by-Step Guide for Using Power Fx in Power Pages (Preview)

In this blog, we’ll explore how to use Power Fx within Power Pages to build dynamic, interactive web applications. We’ll walk through key features, step-by-step usage, real-world examples, and important considerations to help you get started with this powerful low-code tool. Microsoft Power fx enables the creation of sophisticated applications using Microsoft Power Pages through… Read More »