How to Loop Through an Array in PowerShell?

powershell loop through array

In this tutorial, I will explain how to loop through an array in PowerShell. As a PowerShell user, you’ll often encounter situations where you need to iterate through an array to perform operations on each element. I will show you different methods to loop through array in PowerShell. To loop through an array in PowerShell, … read more…

Install PnP PowerShell for SharePoint Online

install pnp module sharepoint online

As a SharePoint developer, you should know how to work with PnP PowerShell to connect to SharePoint Online. You need to follow certain steps to install PnP PowerShell module to work with SharePoint Online sites. The steps are as follows: Introduction to PnP PowerShell Patterns and Practices(PnP) are a set of 700 commands the PowerShell … read more…

How to Patch Gallery Items in Power Apps? (Single & Bulk)

powerapps patch multiple records from gallery

A few days ago, I developed a leave management application for Power Apps. In it, employee leave requests undergo two-level approvals, so I created a dashboard for approvers to approve or reject single and multiple requests at a time with the help of the Power Apps Patch function. In this article, I will explain how … read more…

Power Apps Download Function | Download a File from Power Apps

download file from power apps gallery

Recently, I developed a leave management application. For this application, we are required to store the approved or rejected employee leave request files as PDFs in the SharePoint document library. In this application, we are required to fetch the selected employees’ leave request PDF files from the document library and provide a way for them … read more…

How to Use Power Apps Copy() Function With Examples

power apps copy table to clipboard

I was recently required to copy the data from the Power Apps gallery to Excel in a table format. Power Apps provides a useful function called the Copy() function to achieve this quickly. In this article, I will explain the Power Apps Copy Function, its syntax, and how to use the Copy function in the … read more…

How to Compare Two Columns in Different Tables in Power BI?

Compares two columns in different tables in Power Bi

In this Power BI tutorial, we’ll learn how to compare two columns from different tables. We’ll examine the data in each column and find any similarities or differences between them. We will also learn how to compare two columns in Power BI, and Dax will compare two columns in different tables in Power BI. Additionally, … read more…

How to Check if a String is Empty in TypeScript?

typescript check if string is empty

In this tutorial, I will explain how to check if a string is empty in TypeScript. As a developer, I once faced an issue where user input was being processed without proper validation, which led to unexpected behavior in our application. Users from New York and Los Angeles reported that their submitted forms were not … read more…

How to Use Power Apps AddColumns Function? [With Examples]

PowerApps AddColumns Function

I have recently worked on the PowerApps addcolumns function, which allows you to add a single column or multiple columns to the Power Apps collection. In this Power Apps article, I will explain what the Power Apps AddColumns Function is, how to use Power Apps AddColumns function, Power Apps add column to collection, and Power … read more…

Power Apps Calendar Function With Examples

power apps display gallery view to calendar view

In Power Apps, the Calender() function gets the Dates, Weeks, and Months. We can use those calendar function formulas in the items property of the single-column table or a dropdown and list box controls for display purposes. I developed a calendar view project task tracker in the Power Apps application using those calendar functions a few days … read more…

How to Check if a String Contains a Substring in TypeScript?

typescript string contains

In this tutorial, I will explain how to check if a string contains a substring in TypeScript. Recently, while working on a project for a client in New York, I needed to validate user input by ensuring that specific keywords were present in a string. This tutorial will help you understand various methods to achieve … read more…

How to Create Power Apps Popup Message [With Examples]

powerapps popup message

While working with PowerApps applications, you can easily create popup message boxes using various controls and functions. To display the Power Apps notification popup, we can mostly use the Notify() function. Follow this tutorial to learn all about how to create Power Apps Popup message using different real-time scenarios. Power Apps Message Box Power Apps … 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