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.…
I recently sat down with Darren Neese to discuss how I created a successful Power Apps blog. In the interview we chatted about tips for creating killer content, the secret to publishing consistently, and effective strategies for getting others to…
An awesome new way to concatenate text strings in Power Apps has arrived with $-Strings. Placing the $ symbol in front of any text string now defines it as an $-String. Then you can write any function, expression of variable…
Calculating the number of business days between two days is a common feature of many apps. In Power Apps can do this by generating a list of dates and filtering out the weekends and holidays. There is no NETWORKDAYS function…