Function Friday – Multi tasking with Concurrent
Date: 14/03/2025 - No Comments

Introduction Sometimes when developing a power platform canvas app we want to be able to evaluate multiple formulas at once. This is where we can multi-task with the Concurrent function can come into play. Multi-tasking with Concurrent Within a Canvas app, we can chain formulas together in a single property such as a user-controlled button […]
Read more ->
Function Friday – Looking up records in Power Apps
Date: 07/03/2025 - No Comments

Hello all, it’s Friday again so time to take a look at another Power Fx function. In previous weeks we’ve had a look at saving data with Patch, Update Context and Navigate. This week its the turn of Lookup function.
Read more ->
Function Friday – Navigating through Power Apps
Date: 28/02/2025 - No Comments

Introduction Welcome to the third instalment of our Function Friday series! In this post, we’ll dive into the Navigation function. As Canvas apps grow more complex, managing the visibility of components on a single screen can become challenging. Fortunately, developers can simplify this by adding multiple screens. Let’s explore how this can make your app […]
Read more ->
Function Friday – Working with Update Context
Date: 21/02/2025 - No Comments

Introduction Continuing with our Function Friday series, like last week’s ‘Patch’ function, we will investigate how to save a temporary create and store a piece of information known as a variable with the Update Context function. There can be many times when as a developer you will need to be able to store values within […]
Read more ->
Function Friday – Saving Data in Power Apps – Patch
Date: 14/02/2025 - No Comments

Hello, and welcome to a new series in which I will review all the functions available in the Power Platform Canvas applications. The purpose of this series is twofold: first, to improve my understanding of these functions, and second, to provide a resource that others will hopefully find useful. These posts will be in no […]