When building a Canvas app screen, sometimes there’s not enough screen space for all the data you want to display. Possible solutions are to implement vertical or horizontal scrolling or add tabs to the screen, but a nice alternative can […]

Good canvas app naming conventions for variables and collections ensure their purpose is clear and understood.  A consistent and recognised format both helps the App Maker and assists other developers conducting a peer review or handover The PowerApps Canvas App

Have you ever had difficulty sorting a Power Apps gallery?  Using the Switch function is the usually the best way to do this.  In this post, I’ll demo how to allow your users to sort a Power App gallery by

Using the With function it’s possible to create something very similar to a variable that just exists within the With statement in which it is created.  I call this a ‘Control Variable‘.  It isn’t an offical Power Apps variable and you

The With function is a great way to simplify formulas, reduce the query load on Data Sources and therefore improve performance So when I say create ‘Control Variables using the With function’, what exactly do I mean? Well, it’s not

The Reset function is really useful to clear any unsaved changes in a field and return the existing stored data. Using Galleries, sometimes you want to reset a specific record. Other times it’s useful to clear unsaved changes for all

In this short post on Power Apps Variables, I’ll summarise how values and single records are assigned and updated.  I’ll also cover what can’t be done with variables, so time isn’t wasted trying – something that has caught me out

Scroll to Top
Scroll to Top