Writing Power Fx formulas with natural language - Microsoft Power Platform Blog
With the announcement at this year’s Build conference, you may have already heard about Power Apps Ideas, an AI-powered assistance to help anyone create apps using natural language. Now we’re excited to tell you that this feature is now in public preview.OverviewWe know to make an app powerful, most time you have to deal with Power Fx formulas so you could bind objects together, e.g. saving forms, search, updating UI based on button clicks or text typed in a text control, etc. And it doesn’t require you to become a pro-developer to start writing a Power Fx formulas. However, certain amount of time is still requested when you’re trying to write a formula, e.g. finding which function to use and what is the right syntax, tuning and refining.In the example, which is to enable user to use the search box to search customers by name and sort results, experienced makers can easily write the following formula.That means they need to at least understandThe Search() function, what can it do and t...