CRMONCE

Creative

How to use Do Until in Power Automate

In Power Automate, we occasionally have to repeat some actions until a condition is satisfied. In these situations, we use the Do until function as an example. In this case, the counter number will be increased until it reaches 4. To initialize a variable, we will now add an additional act...

[rt_social_links]
Creative

How to create pdf from email using Power Automate

We’ll learn how to convert an email to a PDF in this blog post. An email sent by a user, for example, will be converted into a PDF and uploaded to the selected document library. The actions are as follows: Click +Create > Automated cloud flow.  choose the trigger “When a ne...

[rt_social_links]
Creative

Get text or name value of lookup field in power automate

In Power automate sometimes we need to pick the Name Text of the lookup field. When we assign directly it will give you the GUID so we have to do some tasks. If you get the output body you can see for every look up control we have five tags in the output. For example […]...

[rt_social_links]
Creative

How to Convert Decimal to Whole Number in Power Automate

In this blog we can see how to convert a decimal number into a whole number using power automate. Login to power automate using “make.powerautomate.com“ Create an Automated cloud flow using “When an item is created in share point list” trigger. Enter site address &a...

[rt_social_links]
Creative

How to convert string to JSON in power automate

In this blog post, we’ll show how to use Power Automate to convert a string with JSON content into a JSON object. Instead of the JSON Array, we will use the JSON Object. Create a string variable and set its initial value to the JSON object. I’ve already initialized it. You migh...

[rt_social_links]
Creative

How to Build a Type_Safe Dictionary in TypeScript ?

 In this Blog we will learn about how to Build a type_safe Dictionary using TypeScript. Dictionary in TypeScript: A dictionary is a type of data structure that is commonly used in programming languages. It is critical for JavaScript developers to work with type-safe dictionaries because s...

[rt_social_links]
Creative

How to concatenate a string with a number in power automate

In this blog, we’ll look at how to concatenate a string with a number in Power Automate. For this, we will add a trigger that will trigger the flow manually. On that trigger, we will use text input and number input. Then, using an expression, we’ll create a Compose action that ...

[rt_social_links]
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...

[rt_social_links]
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...

[rt_social_links]