How to get the Choice Text and Value in the Dataverse using JavaScript?
Jul29

How to get the Choice Text and Value in the Dataverse using JavaScript?

Scenario: Get the ContactMethod Choice Text and Value on Onload of Account record. Configured the On Load event on the Account Form and check the execution context parameter. function onLoad(executionContext) { let { optText, optVal } = getChoiceTextAndValue(executionContext, “preferredcontactmethodcode”); console.log(“Option Set Text: ” + optText); console.log(“Option Set Value: ” + optVal); }...

Read More
Microsoft Dataverse Low Code No Code Plugins
Jul28

Microsoft Dataverse Low Code No Code Plugins

Follow the below articles related to Microsoft Dataverse Accelerator Low Code No Code Plugins. Introduction: What is Microsoft Dataverse Accelerator? Installation: How to Install the Microsoft Dataverse Accelerator in the Dataverse Environment? Instant Plugins: How to Create an Instant Plugin in the Dataverse Environment? How to Integrate Instant Plugins in the Canvas App? How to Integrate Instant Plugins in the Power Automate Flow?...

Read More
How to Create the Automated Plugin in the Dataverse Environment?
Jul28

How to Create the Automated Plugin in the Dataverse Environment?

Dataverse Accelerator is a new Experimental feature released by Microsoft to use the low-code plug-ins in the Dataverse environment. Low-code plug-ins are reusable, server-side synchronous business logic workflows that executes in real time. In this article, will explain the step-by-step process of creating the Automated Plugin in the Dataverse Environment. Scenario: Check for the Description field on Pre-Update of the Case....

Read More
How to convert the Number String to Number Array?
Jul16

How to convert the Number String to Number Array?

Recently, when I was working on a requirement, got a scenario to convert the number string like the below to Number Array. let stringOfNumbers = “1,2,3”; Used the below code to convert that Number string to Number Array. let numberArray = stringOfNumbers.map(x => Number(x)); Click on the link to see the code. Hope this code helped you to convert the Number string to Number Array. Please like and share your valuable...

Read More
How to Integrate Instant Plugins in the Power Automate Flow?
Jun28

How to Integrate Instant Plugins in the Power Automate Flow?

Dataverse Accelerator is a new Experimental feature released by Microsoft to use the low-code plug-ins in the Dataverse environment. Low-code plug-ins are reusable, server-side synchronous business logic workflows that executes in real time. In one of my previous articles, I had explained about How to create an Instant Plugin using the Dataverse Accelerator and in this article, will explain the step-by-step process of integrating...

Read More
Power Apps – ‘actionname’ is an unknown or unsupported function in namespace ‘Environment’
Jun28

Power Apps – ‘actionname’ is an unknown or unsupported function in namespace ‘Environment’

I had encountered the below Error, when I was calling an Instant Plugin in the Power Apps. Error:dev_ConvertTextToUpperCase is an unknown or unsupported functions in namespace ‘Environment‘. Followed the below steps and resolved it. Step 1: Click on Data. Step 2: Click on Add data. Step 3: Search for Environment in the data source and Click on Environment. Environment data source has been added. Note: Make sure that you...

Read More
Dataverse Browser V1.1.0.1 is available for Dataverse Plugin Debugging
Jun24

Dataverse Browser V1.1.0.1 is available for Dataverse Plugin Debugging

Dataverse Browser V1.1.0.1 is available for Dataverse Plugin Debugging Source link

Read More
How to Integrate Instant Plugins in the Canvas App?
Jun23

How to Integrate Instant Plugins in the Canvas App?

Dataverse Accelerator is a new Experimental feature released by Microsoft to use the low-code plug-ins in the Dataverse environment. Low-code plug-ins are reusable, server-side synchronous business logic workflows that executes in real time. In one of my previous articles, I had explained about How to create an Instant Plugin using the Dataverse Accelerator and in this article, will explain the step-by-step process of integrating...

Read More
How to call the Microsoft Dataverse Actions in the Power Apps?
Jun15

How to call the Microsoft Dataverse Actions in the Power Apps?

Microsoft Power Apps supports the ability to directly call synchronous Dataverse actions without having to create a Power Automate Flow. This feature will give the significant performance boost for the apps that need to call the Dataverse actions. This uses the new Power Fx language to call the Dataverse actions using the element Environment. In this article, will explain the steps to call the Microsoft Dataverse Actions in the canvas...

Read More
How to Enable Access to Microsoft Dataverse Actions (Preview feature) in the Power Apps?
Jun14

How to Enable Access to Microsoft Dataverse Actions (Preview feature) in the Power Apps?

Microsoft Power Apps supports the ability to directly call synchronous Dataverse actions without having to create a Power Automate Flow. This feature will give the significant performance boost for the apps that need to call the Dataverse actions. This uses the new Power Fx language to call the Dataverse actions using the element Environment. In this article, will explain the steps to Enable the Enable Access to Microsoft Dataverse...

Read More
How to Create an Instant Plugin in the Dataverse Environment?
Jun11

How to Create an Instant Plugin in the Dataverse Environment?

Dataverse Accelerator is a new Experimental feature released by Microsoft to use the low-code plug-ins in the Dataverse environment. Low-code plug-ins are reusable, server-side synchronous business logic workflows that executes in real time. In this article, will explain the step-by-step process of creating the Instant Plugin in the Dataverse Environment. Prerequisite: Follow the below article and Install the Dataverse Accelerator App...

Read More
How to Install the Microsoft Dataverse Accelerator in the Dataverse Environment?
Jun10

How to Install the Microsoft Dataverse Accelerator in the Dataverse Environment?

Dataverse Accelerator is a new Experimental feature released by Microsoft to use the low-code plug-ins in the Dataverse environment. Low-code plug-ins are reusable, server-side synchronous business logic workflows that executes in real time. In this article, will explain the step-by-step process of installing the Dataverse Accelerator App in the Dataverse Environment. Prerequisites: Click on the below article link and create...

Read More
What is Microsoft Dataverse Accelerator?
Jun10

What is Microsoft Dataverse Accelerator?

Dataverse Accelerator is a new Experimental feature released by Microsoft to use the low-code plug-ins in the Dataverse environment. Low-code plug-ins are reusable, server-side synchronous business logic workflows that executes in real time. Plugins are created using .Net framework and are compiled and then the Assembly is uploaded and registered in the Dataverse environment. With this low-code plug-ins, developers can create with no...

Read More
How to get the Logged in User Information in the Power Apps?
May31

How to get the Logged in User Information in the Power Apps?

In this article, will show you the syntax and an example to get the Logged in User (User Image, Full Name and Email address) Information in the Canvas App. User Image: To get the Logged in User Image, use the below syntax. User().Image User Full Name: To get the Logged in User Full Name, use the below syntax. User.FullName() User Email Address: To get the Logged in User Email Address, use the below syntax. User.Email() Hope you have...

Read More
How to install Power Platform Tools in Visual Studio Code?
May31

How to install Power Platform Tools in Visual Studio Code?

The Power Platform extension makes it easy to manage Power Platform environments and allows the developer to create, build and deploy Power Platform solutions, packages and portals. In this article, will explain step by step process to Install Power Platform Tools in the Visual Studio Code. Prerequisite: Click on the link to Install the Visual Studio Code. Follow the below steps after the Prerequisite. Step 1: Launch Visual Studio...

Read More
How to Install the Apps from the Microsoft AppSource to your Dataverse Environment?
May29

How to Install the Apps from the Microsoft AppSource to your Dataverse Environment?

Microsoft AppSource is an online marketplace where you can browse, try, buy, and deploy thousands of business apps and services that enable innovation, drive business outcomes, and help you get more done with the technology you already have. In this article, will explain the step-by-step process to Install an App (LinkedIn Sales Navigator for Dynamics 365) from the Microsoft AppSource to your required Dataverse Environment....

Read More
Thank You So Much for 1 Million+ Views
May19

Thank You So Much for 1 Million+ Views

Hello Readers, I am filled with immense gratitude as I sit down to write this thank you note. Today, I want to express my sincere appreciation for the incredible milestone we have achieved together – 1 Million Views on my blog. When I first started this blog, it was a passion project a space where I could share my thoughts, experiences, and insights. Your unwavering support, engagement, and encouragement have been the driving...

Read More
Microsoft Power Apps Maker Portal has a new look
May18

Microsoft Power Apps Maker Portal has a new look

Microsoft Power Apps Maker Portal has released a new Home Page for Makers. Click on the below Microsoft Power Apps Maker Portal Preview link to navigate to the Maker Portal. Power Apps No Description Power Apps Maker Portal will be displayed with the new refreshed look. Click on the Start with data. You can select an option to continue creating an App. Click on Start with a Page design. Select the required page to start designing your...

Read More
Microsoft Power Apps Emulator (New Feature)
May17

Microsoft Power Apps Emulator (New Feature)

Microsoft has released a new feature in the Canvas App to check the compatibility of your Canvas App in the Devices like Tablets, Mobiles and in the Browser. Set the Authoring Version of the Canvas app above or equal to 3.23053.XX to preview this feature. Note: Click here to know more about setting the Authoring Version of your Canvas App. After setting the Authoring Version, click on the Canvas App – Play Button. App Preview...

Read More
How to Enable the Dataverse Offline (Experimental Feature) in the Canvas Apps?
May16

How to Enable the Dataverse Offline (Experimental Feature) in the Canvas Apps?

Microsoft has recently released the Canvas Offline experimental feature for mobile applications on iOS, Android and Windows devices. With this feature, you can easily enable the Dataverse-centric canvas Power Apps for offline scenarios, without using the Power Fx SaveData/ LoadData functions or manage offline data with the complex collections. Using normal Power Fx formulas, you can build the app and the offline feature handles the...

Read More
How to set the Authoring Version in the Canvas App?
May14

How to set the Authoring Version in the Canvas App?

The Power Apps studio default version is set based on the environment location and the refresh cadence and this version will update automatically, when a new update is released. You can change this authoring version of the canvas apps in the Power platform environment to an earlier version or the later version available for your environment. Follow the below steps to view and change the authoring version in the Canvas Apps....

Read More
Latest Free Practice Assessments for Microsoft Certifications
May12

Latest Free Practice Assessments for Microsoft Certifications

Microsoft has released the below Practice Assessments for the Microsoft Certifications and more exams to come soon for Practice. Click on the links to start the practice Assessment before taking the actual exam to gain more confidence. SNoPractice Assessment1AI-900: Microsoft Azure AI Fundamentals2AZ-104: Microsoft Azure Administrator3AZ-204: Developing Solutions for Microsoft Azure4AZ-305: Designing Microsoft Azure Infrastructure...

Read More
New version of Dataverse Browser is available for Dataverse Plugin Debugging
May10

New version of Dataverse Browser is available for Dataverse Plugin Debugging

In one of my earlier articles, explained about, How to Debug a Dataverse Plugin without Installing the Profiler in the Plugin Registration Tool? And a new version of Dataverse browser has been released by Nicolas Prats, with lots of updates. Follow the below steps to get the latest version. Step 1: Click on the link to navigate to the NicolasPrats’s GitHub releases page. Step 2: Click on Dataverse.Browser.V1.0.0.0.zip to...

Read More
How to set the Refresh cadence for a Power Platform Environment?
May03

How to set the Refresh cadence for a Power Platform Environment?

Refresh cadence for a Canvas App gives us the ability to allow Platform updates to our Environment based on the below settings. SettingDescriptionFrequentGet access the latest updates and newest features multiple times a month. Almost every weekModerateGet access to updates and features at least once a month. In this article, will explain step by step process to update the Refresh cadence in the Power Platform Admin Center....

Read More
Update forms and views (Preview feature) in Dataverse
Apr28

Update forms and views (Preview feature) in Dataverse

Microsoft has released a preview feature to Update forms and views in the Table designer. This feature allows makers can add the columns directly to the required forms and views. In this article, will explain step by step process to add a simple column to a form and a view. Prerequisites: Click on the below article link and create a Microsoft Edge or Google Chrome Profile.Create a Profile in Microsoft Edge and...

Read More
How to connect to Microsoft Dataverse in Power Automate Flow using Service principal?
Apr25

How to connect to Microsoft Dataverse in Power Automate Flow using Service principal?

In this article, will explain you the step-by-step process to connect to Microsoft Dataverse in the Power Automate Flow using Service Principal. Prerequisites: Click on the below article link and create a Microsoft Edge or Google Chrome Profile.Create a Profile in Microsoft Edge and Google Chrome Click on the below article link to create Power Apps Trial.Create Microsoft Power Apps 30 days Online Trial Version Click on the below...

Read More
How to Enable Copilot (Preview) feature in Canvas Apps?
Apr23

How to Enable Copilot (Preview) feature in Canvas Apps?

Microsoft has released the Copilot feature in the Power Apps recently and using this you’ll get in-app guidance using natural language processing to help you build your app. In this article, will explain the process to enable the Copilot feature and Create an app using Copilot in the Power Platform. Prerequisites: Click on the below article link and create a Microsoft Edge or Google Chrome Profile.Create a...

Read More
How to Debug a Dataverse Plugin without Installing the Profiler in the Plugin Registration Tool?
Apr21

How to Debug a Dataverse Plugin without Installing the Profiler in the Plugin Registration Tool?

Recently came across an awesome Tool to Debug a Plugin without Installing the Profiler or adding the Traces in the Plugin Registration Tool which was done by Nicolas Prats and this will really save our development efforts. In this article, will explain his Tool in step-by-step process of plugin debugging. Plugin Scenario: Get the Contact’s First name and Last name and convert the columns data to Upper case on Contact create....

Read More
Model Driven App’s Play button is Disabled?
Apr21

Model Driven App’s Play button is Disabled?

Recently when I was working on a Model Driven app, I had observed that the App’s Play button was disabled in the Power Apps Maker Portal. Later, I realized that I had added some features to the App and Saved the Model Driven App, but not Published. Clicked on Publish to Publish the App. Then, I was able to see the My App’s Play button in the Power Apps Maker Portal. Hope you have followed all the steps and resolved this...

Read More
How to Enable the Licenses (Preview) feature for a Power Platform Environment?
Apr18

How to Enable the Licenses (Preview) feature for a Power Platform Environment?

Micrsoft has introduced a new preview feature for the admins to provide an overview to see how different licenses are consumed and if there are environments that might require licensing attention. You can get answers to questions like: What types of licenses are being used to launch apps? How many users are actively consuming Power Apps licenses in a specific environment. Who are the users who are actively consuming Power Apps...

Read More
How to Enable Maker Welcome Content (preview) in Power Apps Maker Portal?
Apr08

How to Enable Maker Welcome Content (preview) in Power Apps Maker Portal?

Micrsoft has introduced a new feature for the admins to provide a customized welcome content to help their makers to get started with Power Apps. In this article, will explain the process to customize the Maker Welcome Content in Power Apps. Prerequisite: Click on the below link and Enable Managed Environment How to Enable Managed Environments for a Dataverse Environment? Follow the below steps after the Prerequisite. Step...

Read More
How to Enable Managed Environments for a Dataverse Environment?
Apr06

How to Enable Managed Environments for a Dataverse Environment?

Managed Environments is a set of capabilities that allows admins to manage Power Platform at scale with more control, less effort, and more insights. Admins can use Managed Environments with any type of environment. Primary elements of the Managed Environments are, Limit sharing: This feature allows Admins to limit the Canvas Apps sharing. Weekly usage insights: This feature gives us Analytics about your top apps, impactful makers and...

Read More
How to Enable the Modern Controls (Preview feature) in the Canvas Apps?
Mar30

How to Enable the Modern Controls (Preview feature) in the Canvas Apps?

Modern controls are the new set of controls that are designed by Microsoft, and they are quicker and simpler for makers to configure. These Modern controls gives the end user a great experience. Modern controls are designed with a focus on accessibility, usability, and performance that makes them visually appealing, highly functional, and intuitive to use. In this article, will explain the process to enable the Modern Controls...

Read More
How to enable 2023 Release Wave 1 updates in the Dataverse Environment?
Mar29

How to enable 2023 Release Wave 1 updates in the Dataverse Environment?

In this article, will explain the process to enable the 2023 Release Wave 1 updates in the Dataverse environment. Note: Do not directly update this wave release updates in your high-level environments. Test thoroughly in your lower environments and proceed to high-level environments. Pre-Requisites: Click on the below article link and create a Microsoft Edge or Google Chrome Profile.Create a Profile in Microsoft Edge and Google Chrome...

Read More
How to Deploy Enterprise Applications in the new Dataverse Environment?
Mar29

How to Deploy Enterprise Applications in the new Dataverse Environment?

In this article, will explain the process to deploy the Enterprise Applications, while creating the new environment in the Dataverse. Pre-Requisites: Click on the below article link and create a Microsoft Edge or Google Chrome Profile.Create a Profile in Microsoft Edge and Google Chrome Click on the below article link and follow till Step 15 to create Power Apps Trial.Create Microsoft Power Apps 30 days Online...

Read More
What is Preview, Experimental and Retired features in Canvas Apps?
Mar24

What is Preview, Experimental and Retired features in Canvas Apps?

Microsoft Product Team makes changes and add new features in each and every release to make the Power Apps Studio the best tool to fit the developer needs and these features will undergo different number of stages before they roll out globally. Also, whenever you open an App, you can see the below Preview, Experimental and Retired features under the App Settings. In general, when you are creating a new app, by default, Preview...

Read More
How to Enable the New Power Fx Formula Bar in Power Apps Studio?
Mar23

How to Enable the New Power Fx Formula Bar in Power Apps Studio?

Microsoft has released the new Power Fx experimental formula editing experience in Power Apps Studio. This feature provides you with better performance, a consistent editing experience across Studio, improved suggestions and completion and enhanced error highlighting improvements. In this article, will explain about enabling the New Power Fx formula Bar in Canvas Apps in Power Apps Studio. Pre-Requisites: Click on the below article...

Read More
Microsoft Power Platform URLs and IP address ranges
Mar17

Microsoft Power Platform URLs and IP address ranges

Microsoft Power Platform requires some of the URLs that are to be configured in the Firewalls or need to add them in your browser proxy settings to access them. If the endpoints are not configured properly, this will have an impact on accessing the Power Platform services or some features might not be loaded in Power Apps, Dataverse, Dynamics 365 etc. Follow the below links and configure to access all the resources without any issue...

Read More
Free Practice Assessments for Microsoft Certifications
Mar13

Free Practice Assessments for Microsoft Certifications

Microsoft has released the below Practice Assessments for the Microsoft Certifications and more exams to come soon for Practice. Click on the links to start the practice Assessment before taking the actual exam to gain more confidence. SNOPractice Assessment1AI-900: Microsoft Azure AI Fundamentals2AZ-104: Microsoft Azure Administrator3AZ-204: Developing Solutions for Microsoft Azure4AZ-305: Designing Microsoft Azure Infrastructure...

Read More
How to Create Dynamics 365 Marketing 30 Days Trial Version Online?
Mar13

How to Create Dynamics 365 Marketing 30 Days Trial Version Online?

Dynamics 365 Marketing elevates customer experiences, allowing you to orchestrate personalized journeys across all touchpoints to strengthen relationships and earn loyalty. In this article, will explain about creating Dynamics 365 Marketing 30 days trial version online. Pre-Requisites: Click on the below article link and create a Microsoft Edge or Google Chrome Profile.Create a Profile in Microsoft Edge and Google Chrome Click on the...

Read More
Not be able to see Dynamic Content and Expression Pop-up in Power Automate?
Mar11

Not be able to see Dynamic Content and Expression Pop-up in Power Automate?

If you are not able to see Dynamic Content and Expression Tab in Power Automate when you do an Action like the below. Then, follow any one of the below 2 Tips to see the Dynamic Content and Expression Pop-up. Tip 1: Click on Browser Settings and Zoom Out the page by 10%. Zoom Setting is now 90%. You can see the Dynamics Content and Expression Pop-up. Tip 2: Click on Power Apps Hamburger Icon to collapse the Menu. Menu is collapsed and...

Read More

Microsoft Power Apps Left Navigation pane has a new look!!!

Microsoft Power Apps Left Navigation has a new look as a preview feature. Follow the below steps to see the latest left navigation in the Microsoft Power Apps. Pre-Requisite: Click on the below article link and create a Microsoft Edge or Google Chrome Profile.Create a Profile in Microsoft Edge and Google Chrome Click on the below article link to create Power Apps 30 days Trial Version.Create Microsoft Power Apps 30 days Online Trial...

Read More

Microsoft Power Apps Left Navigation pane has a new look!!!

Microsoft Power Apps Left Navigation has a new look as a preview feature. Follow the below steps to see the latest left navigation in the Microsoft Power Apps. Pre-Requisite: Click on the below article link and create a Microsoft Edge or Google Chrome Profile.Create a Profile in Microsoft Edge and Google Chrome Click on the below article link to create Power Apps 30 days Trial Version.Create Microsoft Power Apps 30 days Online Trial...

Read More

Microsoft Power Apps Left Navigation pane has a new look!!!

Microsoft Power Apps Left Navigation has a new look as a preview feature. Follow the below steps to see the latest left navigation in the Microsoft Power Apps. Pre-Requisite: Click on the below article link and create a Microsoft Edge or Google Chrome Profile.Create a Profile in Microsoft Edge and Google Chrome Click on the below article link to create Power Apps 30 days Trial Version.Create Microsoft Power Apps 30 days Online Trial...

Read More

Microsoft Power Apps Left Navigation pane has a new look!!!

Microsoft Power Apps Left Navigation has a new look as a preview feature. Follow the below steps to see the latest left navigation in the Microsoft Power Apps. Pre-Requisite: Click on the below article link and create a Microsoft Edge or Google Chrome Profile.Create a Profile in Microsoft Edge and Google Chrome Click on the below article link to create Power Apps 30 days Trial Version.Create Microsoft Power Apps 30 days Online Trial...

Read More

Microsoft Power Apps Left Navigation pane has a new look!!!

Microsoft Power Apps Left Navigation has a new look as a preview feature. Follow the below steps to see the latest left navigation in the Microsoft Power Apps. Pre-Requisite: Click on the below article link and create a Microsoft Edge or Google Chrome Profile.Create a Profile in Microsoft Edge and Google Chrome Click on the below article link to create Power Apps 30 days Trial Version.Create Microsoft Power Apps 30 days Online Trial...

Read More

Microsoft Power Apps Left Navigation pane has a new look!!!

Microsoft Power Apps Left Navigation has a new look as a preview feature. Follow the below steps to see the latest left navigation in the Microsoft Power Apps. Pre-Requisite: Click on the below article link and create a Microsoft Edge or Google Chrome Profile.Create a Profile in Microsoft Edge and Google Chrome Click on the below article link to create Power Apps 30 days Trial Version.Create Microsoft Power Apps 30 days Online Trial...

Read More

Microsoft Power Apps Left Navigation pane has a new look!!!

Microsoft Power Apps Left Navigation has a new look as a preview feature. Follow the below steps to see the latest left navigation in the Microsoft Power Apps. Pre-Requisite: Click on the below article link and create a Microsoft Edge or Google Chrome Profile.Create a Profile in Microsoft Edge and Google Chrome Click on the below article link to create Power Apps 30 days Trial Version.Create Microsoft Power Apps 30 days Online Trial...

Read More

Microsoft Power Apps Left Navigation pane has a new look!!!

Microsoft Power Apps Left Navigation has a new look as a preview feature. Follow the below steps to see the latest left navigation in the Microsoft Power Apps. Pre-Requisite: Click on the below article link and create a Microsoft Edge or Google Chrome Profile.Create a Profile in Microsoft Edge and Google Chrome Click on the below article link to create Power Apps 30 days Trial Version.Create Microsoft Power Apps 30 days Online Trial...

Read More

Microsoft Power Apps Left Navigation pane has a new look!!!

Microsoft Power Apps Left Navigation has a new look as a preview feature. Follow the below steps to see the latest left navigation in the Microsoft Power Apps. Pre-Requisite: Click on the below article link and create a Microsoft Edge or Google Chrome Profile.Create a Profile in Microsoft Edge and Google Chrome Click on the below article link to create Power Apps 30 days Trial Version.Create Microsoft Power Apps 30 days Online Trial...

Read More