The ultimate Power Apps User guide – Functions and expressions

In this section of the Power Apps users guide posts related to functions and expressions in Power Apps.

The Launch function

In this post I’m looking at the Launch function. how can you make sure that when you select a link in a Power app that a new window is opened? for example when an app opens another app this might be useful.

Weekday and calendar functions

In this post you will find more information about the functions available in Power Apps that can help you with calculations to do with the days of the week.

Self, With, SetFocus, IsType and AsType

Some functions in this post that really made Power Apps so much easier to develop proper apps with.

Patch

The Patch function is probably one of the most important functions to understand. No surprise really that I’ve got multiple articles about this function.

Create multiple items using Patch in Power Automate

Have you ever used the Patch function inside a ForAll function? Well this combination of functions doesn’t perform as well as you may hope. In the following post I’m talking about how to optimize this in your app.

ForAll with a Patch inside or just a single Patch?