Power Platform

Power Fx User Defined Types Now Generally Available

3 min read

Summary

Microsoft has made Power Fx User Defined Types generally available in Power Apps Studio version 3.26044, with the feature enabled by default for new apps. This gives makers and development teams stronger typing, better JSON handling, and more modular app design for production-grade Power Apps.

Need help with Power Platform?Talk to an Expert

Introduction

Microsoft has announced general availability for User Defined Types (UDTs) in Power Fx, a notable update for teams building complex Power Apps. For IT admins, architects, and app makers, this matters because UDTs help standardize formulas, reduce errors, and make large apps easier to maintain in production.

As of Power Apps Studio version 3.26044, UDTs are turned on by default for new apps. Existing apps can enable the feature under Settings > Updates > New > User-Defined types.

What’s new

UDTs are now fully supported for production workloads alongside other Power Fx capabilities such as Enhanced Component Properties and User Defined Functions.

Key improvements include:

  • Strongly typed records and tables for cleaner, more understandable formulas
  • Better support for passing records and tables into user-defined functions
  • Improved return values from functions using typed structures
  • Safer and more predictable JSON parsing and conversion
  • Support for Type, RecordOf, ParseJSON, IsType, and AsType functions

A practical example is defining a Book type with fields like Title, Author, Pages, and Published date, then reusing that type across functions and app logic.

Why it matters for Power Platform teams

For organizations managing business-critical Power Apps, UDTs can improve app quality and long-term supportability.

Benefits include:

  • More modular apps by grouping related data into reusable structures
  • Reduced formula errors through strong typing instead of loosely structured data
  • Better JSON handling, especially when converting API or external data into usable Power Fx objects
  • Improved readability for teams maintaining shared apps over time

This is especially useful when apps rely on integrations, custom connectors, or JSON payloads where inconsistent formats can lead to runtime issues.

Impact on administrators and makers

Power Platform administrators should expect this feature to become part of standard app development practices, especially for enterprise apps with multiple contributors. Makers can use UDTs to enforce more consistent design patterns and reduce troubleshooting caused by invalid or ambiguous data types.

The update also supports safer validation workflows. For example, IsType and AsType can be used to check whether parsed JSON matches an expected structure before the app attempts to use it.

Next steps

  • Verify your environment is using Power Apps Studio 3.26044 or later
  • Enable User-Defined types for existing apps where needed
  • Review apps that use ParseJSON or complex formulas for opportunities to adopt UDTs
  • Update internal Power Fx development standards to include typed records and tables
  • Test production apps for improved validation and maintainability

With UDTs now generally available, Power Fx continues to mature as a stronger language for enterprise-grade app development.

Need help with Power Platform?

Our experts can help you implement and optimize your Microsoft solutions.

Talk to an Expert

Stay updated on Microsoft technologies

Power FxPower AppsUser Defined TypesJSONapp development

Related Posts

Power Platform

Power Apps MCP Server Adds Closed-Loop Learning

Microsoft has introduced closed-loop learning for agents connected to the Power Apps MCP server, starting with the data entry tool. User corrections made in the Agent feed are now stored as structured memory and turned into reusable patterns, helping enterprise agents improve accuracy over time without extra training pipelines or manual optimization.

Power Platform

Power Apps Custom Tools for Copilot Now in Preview

Microsoft has launched public preview support for custom tools and rich UI widgets in Power Apps app-based conversations within Microsoft 365 Copilot. The update lets makers extend model-driven apps with MCP-powered actions and interactive Fluent UI experiences, helping organizations create more contextual and action-ready Copilot workflows.

Power Platform

Power Platform Monitor Alerts GA: What’s New

Microsoft has made Power Platform Monitor alerts generally available, adding predefined alerts enabled by default, an alerts-focused overview page, and support for code app alerting. The update helps tenant and environment admins detect app, flow, and agent health issues earlier and reduce production downtime with less setup effort.

Power Platform

Power Apps in Microsoft 365 Copilot Public Preview

Microsoft has launched a public preview that brings Power Apps model-driven apps directly into Microsoft 365 Copilot. Makers can expose app data and actions through an app MCP server, letting users view grids, open forms, and update records inside Copilot across Word, Excel, PowerPoint, and more.

Power Platform

Power Platform AI Governance Framework Explained

Microsoft has outlined a practical adaptive governance framework for AI agents in Power Platform, focused on risk-based controls instead of blanket restrictions. The guidance emphasizes managed environments, sharing controls, identity discipline, and platform-enforced oversight so organizations can scale AI safely without driving shadow IT.

Power Platform

Microsoft 2026 Release Wave 1 for Power Platform

Microsoft’s 2026 Release Wave 1 for Power Platform and Dynamics 365, rolling out from April to September 2026, emphasizes AI-first and agentic capabilities, including deeper Copilot integration, smarter automation, and stronger governance for admins, makers, and developers. This matters because it shows Microsoft is accelerating toward more autonomous business applications and more frequent product updates, which will directly affect how organizations plan workflows, manage platforms, and adopt AI across core business operations.