
Get Free Tutorials

Delegation is a critical concept in Power Apps development. If you get delegation warnings you are at risk of presenting incomplete data to users — a major problem in any application relying on accurate data. This article will explain what…

Learn how to use the On Start property in Power Apps to initialize your app with global variables, collections, and user-specific settings. What Is the On Start Property? The On Start property is part of the Power Apps App object…

Learn how to quickly sign in to Microsoft Power Apps and start building your applications. Getting Started Power Apps is a cloud-based platform, which means you’ll use a web browser to access it. Signing in is straightforward. Just follow these…

In this tutorial, you’ll learn how to use Power Apps Solutions to move applications from one environment to another, enabling a structured Application Lifecycle Management (ALM) process. What Are Power Apps Solutions? A Solution is a container that packages everything…

In this tutorial, you’ll learn how to work with the Power Apps Switch function. This function is useful for evaluating a single formula against multiple possible values and executing corresponding actions. Syntax Overview The basic syntax of the Switch function…

The If function in Power Apps (Power Fx) is a conditional function used to make decisions based on whether a given condition evaluates to true or false. Similar to traditional programming languages, it allows you to perform different actions depending…

In this tutorial, you’ll learn how to work with Power Apps Gallery controls — both vertical and horizontal — and how to build an interactive movie catalog app using Excel as the data source. Getting Started Connecting to Excel Data…

Power Apps components are powerful building blocks that help developers create reusable UI elements and logic across multiple screens. In this tutorial, you’ll learn how to build a custom menu component and use it across different screens to improve development…

Power Apps Lookup function allows you to search for specific records in a data source—like a SharePoint list—and retrieve targeted information. In this tutorial, we’ll walk through how to use the Lookup function effectively, including conditional queries and calculations. What…

Power Apps collections are a powerful feature that allow you to store and manipulate data in-memory within your app. Whether you’re building a prototype or managing temporary data, collections give you flexibility without needing a backend database. In this tutorial,…