CRMONCE

Creative

How to Setup Dynamics 365 integration with SharePoint

In this blog, we will show how to setup dynamics 365 integration with SharePoint Navigate to Advanced Settings by clicking Settings (a cogwheel icon on the top right). Please make sure you are logged in as a user with Admin rights if you can’t locate this. Open settngs and select Sys...

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

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