How to Filter Power Apps Gallery Based On Search Box

Filter Power Apps Gallery Based On Search Box

A few days before, I worked for a client on a Power Apps application. In that app, the client required filtering the gallery based on the search input, which could be any field in the Power Apps gallery. In this tutorial, I will explain how to filter a Power Apps gallery based on search text. … read more…

Power Apps Patch Error: The type of this argument ‘Attributes’ does not match the expected type ‘Record’. Found type ‘Text’

power apps does not match the expected type record found type text

In this Power Apps tutorial, I will show you how to fix an error, i.e., The type of this argument ‘Attributes’ does not match the expected type ‘Record’. Found type ‘Text’. The function ‘Patch’ has some invalid arguments that occur when working with the Power Apps Patch function. I recently had to build a Power Apps canvas … read more…

You don’t have permission to view this data error in Power Apps

You don't have permission to view this data error in PowerApps

In this Power Apps tutorial, we will discuss a common error in Power Apps: ‘You don’t have permission to view this data.‘ Server Response: Products failed: Something went wrong, and how to resolve it. Power Apps Error: You don’t have permission to view this data I have created an app where I needed to create a Power … read more…

Create Power Apps Weather App [Current & Tomorrow’s Forecast]

Create Power Apps Weather App

I needed a simple way to check the weather for various locations (across different countries and states) without having to switch between websites or apps. I built a Power Apps Weather App that displays current weather and forecasts in one place. In this Power Apps tutorial, I will show you how to create a Power … read more…

Import CSV Data to Microsoft Dataverse Using Power Automate

Import csv data to dataverse power automate

One of my clients had a large amount of data exported from Salesforce in CSV format and needed a way to import it into Microsoft Dataverse. Instead of manually uploading the data or writing custom code, we used Power Automate to import the CSV data directly into a Dataverse table. In this tutorial, I will … read more…

Power Apps Auto Populate Country Code And Phone Number

Auto Populate Country Code based on Country selection in power apps combo box

I was recently working on a Power Apps form where users need to provide their personal information, including their full name, email address, phone number, and address. In the form, I had to auto-populate the country codes along with the phone number format, so that I could get the proper information from the user. To … read more…

What is Microsoft Power Platform? [Ultimate Guide to Low-Code Business Solutions]

power platform tutorial

Microsoft Power Platform is a bundle of low-code tools that helps businesses build custom apps, automate workflows, and analyze data—all without advanced coding. The suite includes Power Apps for app creation, Power Automate for workflow automation, Power BI for data analysis, and Power Pages for website building. With Power Platform, organizations can tackle business problems … read more…

How to Count Rows From Dataverse Table Using Power Automate

Count Rows From Dataverse Table Using Power Automate

To count rows from a Dataverse table using Power Automate, we can use the Power Automate Length() function. The Length function allows you to quickly count the number of rows in a Dataverse table, making it easy to get the total number of records. In this tutorial, I will show you how to use the … read more…

Add Data To Dataverse Table Using Power Automate

Power Automate insert a row in Dataverse

While working on a business app for a client, we needed to add data to a Dataverse table whenever a new item was created in a SharePoint list. This is because the client wanted to build a Power Apps model-driven app, which only supports Dataverse as a data source. In this tutorial, I will show … read more…

Export Dataverse Table to Excel Using Power Automate

Export Dataverse table to excel using Power Automate

If you work with Microsoft Dataverse, you already know how powerful it is for storing and managing business data. However, when you need to export that data to Excel for reporting, manual export can take a lot of time, especially if you do it regularly. While some people can export manually, automating the process saves … read more…

Get Choice Column Value From Dataverse Using Power Automate

Get Choice Column Value from Dataverse in Power Automate

One of my colleagues recently started working with Dataverse in Power Automate and asked me a simple but important question: “How do I get the value from a Choice column in Dataverse using Power Automate?” They were used to working with SharePoint, where we usually access a Choice column value using something like trigger()?[‘ColumnName’]?[‘value’]. But … read more…

Get a Row By ID From Dataverse Using Power Automate

how to get row id in dataverse in Power Automate

When working with Microsoft Dataverse in Power Automate, you often retrieve data as one of the most common tasks. In Power Automate, there are two main ways to get data from Dataverse: And each of these actions comes in two versions: In this tutorial, I will explain how to get a row by ID from … read more…

Power Apps Camera Control – How to Use

How to Capture images and save to SharePoint List using Power Apps

I was working on a Power Apps project for a field inspection team. They needed a way for users to take photos right inside the app. I found the Camera control in Power Apps, which worked perfectly for this requirement. With just a few steps, I was able to set it up so users could: … read more…

Power Apps functions free pdf

30 Power Apps Functions

This free guide walks you through the 30 most-used Power Apps functions with real business examples, exact syntax, and results you can see.

Download User registration canvas app

DOWNLOAD USER REGISTRATION POWER APPS CANVAS APP

Download a fully functional Power Apps Canvas App (with Power Automate): User Registration App