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 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…

Power Apps Modern Form Control – How to Use

powerapps modern form control controls preview

The form control in Power Apps displays, edits, and submits data to data sources. Modern form control enables users to build professional-looking forms with flexible design options. In this article, I will explain the following topics: How to Use Power Apps Modern Form Control In Power Apps, to get the modern form control, we first … 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…

Power Apps Split Function – How to Use + Examples

power apps split string into rows

Recently, I developed a Power Apps Travel Expenses application. Each travel expense has a unique ID containing the first five numbers from the GUID string. I had to split the string into individual characters to fetch only numbers from GUID. I achieved this with the Power Apps split function. In this article, I will explain … read more…

Power Apps Print Function – How to Use

how to use print function in power apps

A few days before, I developed a travel management application in Power Apps. Employees can see their previously submitted travel requests in full detail, including manager approvals. Here, I was required to provide a way for employees to print their approved travel request details, which I achieved using the print function in Power Apps. In … read more…

How to Capitalize the First Letter in TypeScript?

typescript capitalize first letter

Recently, while working with strings in TypeScript, I got a requirement to capitalize the first letter of a string. There are various methods to achieve this. In this tutorial, I will explain several methods to capitalize the first letter of a string in TypeScript with examples. To capitalize the first letter in TypeScript, you can … read more…

Typescript Date Format | Format Date in Typescript

typescript date format yyyy-mm-dd

One of my team members recently searched for a way to format a date in Typescript. As a Typescript developer, this is a very common requirement when working with Typescript dates. There are various methods to do this. In this tutorial, I will explain everything about the Typescript date format with examples. Typescript Date Format TypeScript, being … read more…

How to Create and Delete SharePoint Document Library Using PowerShell?

create document library in sharepoint online using powershell

While taking SharePoint lists/libraries as a data source for Power Apps applications with PnP PowerShell cmdlets, we create or delete the SharePoint lists/libraries quickly. It avoids mistakes and saves time. In this article, I will explain how to create and delete SharePoint document library using PowerShell. NOTE: Make sure you have registered an Application in … read more…

How to Create Status Indicator Using Power Apps?

How to Create Status Indicator using PowerApps

A few days ago, I developed a dashboard for leave management applications in Power Apps. It includes three levels of approvals, and the leave request will be sent from the initial requester to the final requester. Here, I was required to create a Power Apps status indicator to visualize the status of leave requests so … read more…

>