CRMONCE

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 create grid view using gallery control in power apps

in this blog, we show how to create grid view in power apps make a fresh Blank screen on the Powerapps Canvas App page. Go to the Insert tab, choose Gallery, and then choose the Blank vertical layout, as seen in the screenshot below. Next, expand connectors by clicking the Connect to data ...

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

[rt_social_links]
Creative

What is an Array & its Methods in Typescript ?

In this Blog  we will learn what is an array in TypeScript , features of TypeScript . Array :  An array is a unique kind of data type that uses a particular syntax to sequentially store many values of various data kinds. Arrays in type script: TypeScript supports the following co...

[rt_social_links]