Sequence Function in Power Apps: Practical Guide with Real Examples

Sequence Function in Power Apps

When I first started building business applications in Power Apps, one challenge kept coming up: creating dynamic lists of numbers without storing them anywhere. One example is to generate numbers 1–10 for ratings. Traditionally, developers solved these problems by storing numbers in SharePoint lists or collections. But Power Apps gives us something much more efficient: the … Read more >>

Power Apps Modern Date Picker with Time [With Examples]

power apps date picker exclude weekends

When building apps in Power Apps, one thing comes up again and again: users need to select a date and time. Think about common business scenarios: In most of these situations, capturing just the date is not enough. We usually need the exact time as well. Power Apps provides a Modern Date Picker control, which … Read more >>

How to Use Data Table Control in Power Apps Canvas App?

Display Power Apps Data Table Selected Item in a Display Form

As a Power Apps developer, you should know how to use data table control to display a set of data in the Power Apps canvas app. I will show you step-by-step how to use the data table control in Power Apps with some real examples that I did for a few clients. If you are … Read more >>

How to Create a Custom Theme in Power Apps?

Create a Custom Theme in Power Apps

In this tutorial, I will show you how to create a custom theme in Power Apps and how to give users the option to change the theme from a Power Apps screen. As a Power Apps maker, you can change the theme anytime while developing the Canvas app. But what if you want to provide … Read more >>

How to Set Control Value in Button Click on Power Apps?

set textbox value on button click PowerApps

Recently, in a Power Platform training batch, someone asked how to set the textbox value on a button click in PowerApps. It is easy to do. In this tutorial, I will explain how to set the control value on a button click in Power Apps. I will show three examples below so that it will … Read more >>

How to Clear/Reset Variables in Power Apps?

Reset Power Apps Global Variable

While working with Power Apps variables, you might need to clear or reset them. In this tutorial, I will explain how to reset variables in Power Apps. You can use three types of variables in Power Apps, and I will show you how to clear each type of Power Apps variable. Reset Global Variables in … Read more >>