CRMONCE

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

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

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

[rt_social_links]
Creative

How to create an Object in Typescript ?

in this Blog we see how to Create an Object in TypeScript & Assign Properties to the Objects. Object in TypeScript: An object is an instance which contains set of key value pairs. The values can be scalar values or functions or even array of other objects. Syntax: var object_name = { ...

[rt_social_links]
Creative

Using annotations & its types in TypeScript

In this blog, we’ll see a how to assign type annotations to  types to variables and functions of Typescript Type annotation in typescript? Type annotations are used in TypeScript to clearly indicate the types of identifiers such as variables, functions, objects, and so on. Assign...

[rt_social_links]
Creative

What are Enum & Union in typescript ?

 In this blog we will learn about enum , union & difference between string unions & enum in Typescript. Enum in typescript : Enums are one of the few features unique to TypeScript and not a type-level extension of Enums are one of the few features unique to TypeScript and not a ty...

[rt_social_links]
Creative

How to Convert string to Integer using power automate

In this blog, you’ll learn how to use Microsoft Flow or Power Automate to convert a string to a variety of data types. And these subjects are: Convert String to Integer We’ll begin by manually triggering the flow on Power Automate by adding “Manually trigger a flow”...

[rt_social_links]
Creative

what are Identifiers , Keywords & Datatypes in TypeScript?

In this blog,  we will show how to use the Identifiers, keywords & Datatypes that are used in TypeScript program. Identifiers Identifiers are just names that we give instances like variables, functions, and other things that are declared in a programme. Every programming language ...

[rt_social_links]