CRMONCE

Creative

Top 10 TypeScript Interview Questions and answers

    In this Blog we will discuss about top 10 interview Questions in Typescript. 1. What is TypeScript and how does it differ from JavaScript? TypeScript is a subset of JavaScript that can be translated into standard JavaScript. From a conceptual standpoint, TypeScript and JavaSc...

[rt_social_links]
Creative

How to Get Dataverse records count using Power Automate

In this blog, we will show how to get Dataverse records count using Power Automate. Click on New Flow, then choose Instant Cloud Flow and enter the trigger as Manually trigger a flow, then select Create as seen in the figure below. next add List rows from Dataverse and provide your table n...

[rt_social_links]
Creative

Five Things to Do While Building Power Automate Flows

In this blog, we will see some very basic but important things to do while building Power Automate flows. There can be two scenarios in building Power Automate flows, one where you have a small approval flow which needs less maintenance, and a second where you have a very long flow which r...

[rt_social_links]
Creative

How to use Function type in TypeScript?

In this we can define that functions in Typescript  . Defining a Function : A function definition specifies what and how a specific task would be done. Before using a function, it must be defined. Functions are defined using the function keyword. Syntax :  function function_name() {// fu...

[rt_social_links]
Creative

How to use Union Function in Power Automate

On the Power Platform, we occasionally need to join a few Arrays or objects. The Power Automate Union function can be used in these situations. Examples of this behaviour were given using Person String Array and Cars String Array. Create an instant cloud flow and provide the trigger as M...

[rt_social_links]