Formula Bar Changes
The standard Canvas formula bar is better than ever, including more natural Enter and Tab key behavior and a scrollbar. The previously experimental formula bar is being retired.
» Les merWhat is Microsoft Power Fx?
Microsoft Power Fx is the low code language for expressing logic across the Microsoft Power Platform. It is the same language that is at the heart of Microsoft Power Apps canvas apps today and is inspired by Microsoft Excel. It enables the full spectrum of development from no code to pro code with no cliffs in between, enabling diverse teams to work together and saving everyone time and money. We are very excited to bring it to more of the Power Platform and to share it with everyone as open source. Only through a strong user community can a language grow and flourish.
» Les merEnhanced component properties
Enjoy two new experimental features for formula based components. Behavior properties enable a component to fire a custom event into its container, such as OnChange. Property parameters enable the passing of arguments for a property evaluation, providing our first steps toward formula based user defined functions.
» Les merSource code files for Canvas apps
Imagine using GitHub and Visual Studio Code with the text formulas of a Canvas app. Teams can collaborate on apps: they can work on private branches, diff changes, create pull requests for review, and merge into master. We are very pleased to announce the experimental release of a tool that enables these modern miracles. It is but the first step as we make application lifecycle management easier for formulas and Canvas apps.
Les merFormulas: ThisRecord, As, and Sequence
You can now refer to the whole record in ForAll and other record scope functions with ThisRecord. You can even name that record with the As operator, allowing you to clarify formulas and work with all the records in nested ForAll and Gallery controls. And finally, we’ve added Excel’s Sequence function to generate a table containing a sequence of numbers, perfect for iterating a specific number of times with ForAll.
» Les merAnnouncing Column Comparison through FetchXML, SDK, and OData
We are happy to announce the availability of column comparisons. This has been a common ask from our MVPs and ISVs for a while now and it’s exciting to provide this functionality.
» Les merAuthoring formulas with dynamic schema in Power Apps
It is now possible to use dynamic schema as part of Power Apps formulas.
» Les merFormulas: Notify timeout and Exit sign out
You can now set the timeout for the Notify function, controlling how long the banner appears, from 1 millisecond to infinity. And you can now sign out the current user with the Exit function, important in situations were devices are shared such as health care.
» Les merFormulas: Launch to self and Self operator
You can now replace a canvas app with another app or a web page in the same browser tab. In addition, a control can refer to itself in formulas.
» Les mer