Creative

How to Concatenate string in power automate

In this blog, we will show that We can concatenate strings in Power Automate by using the string concat() method. To do this, we will add Trigger our flow manually from the instant cloud flow on Power Automate and then manually trigger our flow. The value will then be initialised after w...

Creative

How to convert time zone in power automate

Microsoft Power Automate has a built-in function called “Convert time zone.” On Microsoft Flow, we can change the time zone using one of two ways. Here, we have written a sample tutorial for this. Process 1: First, we’ll add a trigger to Power Automate so that the fl...

Creative

How to convert string to float in power automate

In this blog, we’ll show how to use Power Automate to convert a string value with decimal places to a float. A float function in Power Automate will convert the input to a float. Let’s start with a variable with the string value 24.50: The input variable will then be changed to...

Creative

How to convert string to GUID in power automate

In this blog, we’ll look at how to convert a string to GUID format in Power Automate.   To implement this, we must first manually trigger the flow.  Then we will use the string guid to create a variable. We have the guid string “d39d5b9923d341f5a3581be5168f16b3” as an ...

Creative

How to Convert array to string in power automate

In this blog, we’ll look at how to convert an array to a string in Power Automate We have the names of a few towns, for instance, in an array format. such as [“Nellore”,”Hyderabad”,”Chennai”] On Power Automate, we need this collection in a string f...

Creative

How to convert string to date in power automate

We will now learn about how to use Power Automate to turn a string into a date. In Power Automate, we’ll begin by manually triggering the flow. This can be added using Instant Cloud Flow. Next, we’ll add a variable to serve as the initializer. Here, a date will be entered as a ...

Creative

How to delete file from SharePoint using Power Automate

Power Automate Introduction: In this blog, we’ll learn about using Power Automate to remove files from SharePoint. Here, we’ll look at utilising Microsoft Flow or Power Automate to delete files from a SharePoint folder.I have a SharePoint folder in this library, therefore we...