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

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

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

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

Creative

How to Add Custom Pages in Model-Driven Apps

In this post, we will look at how to create Custom Pages in Model-Driven Apps and how they may be used to design Power Platform Applications. The model-driven app makes use of one of Microsoft Data verse’s standard tables. The custom page is a new page type within a model-driven app ...

Creative

How to configure multiselect lookup in Dynamics 365

Please note that the component (MultiSelect LookUp) is shipped with Dynamics 365 Field Service and is not available in a PowerApps only environment. For alternatives in case you do not have Field Service installed, check out this PCF Control We need to update the Dynamics 365 for field Ser...