Power Apps PATCH function is the hardest function to understand. Why? The Patch function is the only function you can use 7 different ways. Yeah, you heard me right. Seven. That’s why I built a no-nonsense cheat sheet that you…
With Power Apps Canvas Components you can create a feature once and save time by re-using it again-and-again across multiple apps. I’ve personally saved myself hundreds of hours of coding with Power Apps components. Now, I want to teach you…
When developing Power Apps I always follow the motto “don’t repeat yourself.” It means if I have already built a feature that I need I should re-use the same code rather make it again from scratch. Power Apps Canvas components…
If the owner of a Power Apps app left your company and you need to transfer it to a new owner you’ve come to the right place. This set of step-by-step instructions will help you quickly re-assign the ownership of…
Multiple page forms allow data entry to be spread across many app screens. When there a large number of form fields placing one section on each screen makes it feel less overwhelming. The Power Apps form control is typically used…
When I’ve want merge or split a PDF file I admit I’ve often relied upon an free online services which are less than trustworthy or paid hundreds of dollars for a full Adobe Acrobat license. Now that I have Power…
I’ve found a better way to fill pdf forms in Power Automate Desktop than a typical UI automation. A UI automation uses keyboard and mouse clicks to select text input fields on the screen and write in values. The problem…
As an app developer I try to anticipate any possible errors the user could get and tell the app what to do when that error happens. But I can’t anticipate every possible scenario, so what should I do in those…
Power Apps makers can design a dropdown that starts with a blank value by setting the AllowEmptySelection property to true. But after enabling AllowEmptySelection the confusing part is once a user clicks to view the dropdown list there is no…
Welcome to the Power Apps Functions List.On this page you will find a categorized list of 150+ Power Apps functions with links to the official documentation. Undocumented functions like RandBetween and Index are also included along with my own notes.…