Convert Time Zone in Power Automate

Convert Time Zone in Power Automate

Do you need to convert time zone in Power Automate? In this Power Automate tutorial, I will explain how to convert time zone in Power Automate. Managing time differences is expected in a world where people work in different time zones. This also applies to Power Automate. You may be wondering what time zone Power … read more…

Typescript check type [With examples]

typescript check type

Do you want to check type in Typescript? In this Typescript tutorial, I have explained different methods to check the type of variables in TypeScript. Check out the complete tutorial on Typescript check type with examples. To check type in Typescript, you can use the typeof operator, instanceof operator, and custom type guards methods. By … read more…

People Picker in Power Apps

People Picker in Power Apps

Do you want to know about People Picker in Power Apps? Well, in this Power Apps tutorial, I will show you how to create a People Picker in Power Apps? and also we will discuss everything related to Power Apps People Picker like: Also, by taking some simple scenarios, I will show you how to … read more…

Power Automate Get items

power automate get items

Do you want to know how to use Get items in Power Automate? In this Power Automate tutorial, I will explain how to use Power Automate Get items flow action to get SharePoint list items. Finally, I will show you a few examples of “Power Automate get items filter query” where we can use filters … read more…

How to Sort Array Alphabetically in Typescript?

Sort Array Alphabetically in Typescript

Are you looking to sort a typescript array alphabetically? In this tutorial, I have explained different ways to sort an array alphabetically in Typescript. To Sort an array alphabetically in Typescript is a breeze with the built-in sort() method. This method modifies the original array and arranges its elements in alphabetical order by default. For … read more…

How to Convert String to GUID in Power Automate?

Convert String to GUID in Power Automate

To create a unique identifier in Power Automate, you can use the “guid()” function, which generates a unique ID. In this tutorial, I will explain how to convert string to GUID in Power Automate. However, using this function, we can’t create a unique ID based on a specific string. In this Power Automate tutorial, we … read more…

How to Convert String to Date in Power Automate?

Power Automate string to date

Do you want to convert the string to date in Power Automate? In this Power Automate tutorial, we will see how to convert string to date in Power Automate. In Power Automate, there can be data that appears to be a date but is actually just regular text. If you want to perform like changing … read more…

How to Convert String to Decimal in Power Automate?

How to convert string to decimal number Microsoft power automate

Do you want to convert strings to decimal numbers in Power Automate? In this Power Automate tutorial, we will see how to convert a string to a decimal in Power Automate. Converting a string into a decimal is a common task, especially when dealing with data from different places. Sometimes, what seems like a decimal … read more…

How to Convert String to Object in Power Automate

Convert String to Object in Power Automate

Do you want to convert string to object format in Power Automate? In this Power Automate tutorial, we will see how to convert a string to an object in Power Automate. While working with Power Automate, you have the json string data, and you want to convert it into json objects. So, you can use … read more…

Convert a String to an Array in Power Automate

Convert a String to an Array in Power Automate

Do you want to convert a string to an array in Power Automate? In this Power Automate tutorial, we will see how to convert a string to an array in Power Automate. Here, we will convert the topics below: Convert string to an array using split() in Power Automate Here, we will see how to … read more…

Convert String to Integer in Power Automate

Convert String to Integer in Power Automate

Do you want to convert string to integer in Power Automate? In this Power Automate tutorial, we will see how to convert string to integer in Power Automate. While a string may appear numeric, it often arrives as a text string in Power Automate. This could lead to errors in subsequent steps of your workflow … read more…

How to Create Power Apps App From Excel?

Power Apps Canvas app from Excel

Are you new to Power Apps and wondering how to make a canvas app in Power Apps from Excel as quickly as possible? This detailed guide will walk you through how to create Power Apps from Excel. As far as we know, Microsoft lets us build a canvas application in Power Apps using various data … read more…

Power Automate Leave Request Approval Example

Power Automate Leave Request Approval Example

In this Power Automate tutorial, we will see how to create a Leave request workflow in Power Automate. I will share a complete example of the Power Automate leave request approval flow. Also, in this Power Automate flow, we have added functionalities like You can also download the complete flow, the link is available down. … read more…

formatdatetime in Power Automate

formatdatetime in Power Automate

Are you getting the unexpected format of date and time as you expected in a Power Automate Flow? And you need to format the date and time to get what you expected. Here, I will show you how to work with formatdatetime in Power Automate with real examples. I will show you the following: formatdatetime … read more…

>