The Power Platform team is rolling out new capabilities that make it easier for makers to build powerful, maintainable apps with greater flexibility and reuse. These updates reflect Microsoft's continued investment in enhancing low-code development through Power Fx. Whether you're building simple solutions or complex business applications, these improvements aim to streamline your experience and scale your impact.
Here’s what you need to know:
Enhanced Component Properties (ECP) – Now generally available, ECP lets you modularize and reuse logic across apps using component libraries.
User Defined Functions (UDF) – Now in preview, UDFs let you define formulas once and reuse them throughout your app.
User Defined Types (UDT) – Coming soon to preview, UDTs make it easier to convert ParseJSON output into structured, typed objects.
Dynamic (formerly UntypedObject) – The UntypedObject is now called Dynamic to better reflect its flexible behavior.
Void as a Parameter Type – The Void type is no longer supported in UDFs since it added no functional value.