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 in your Dataverse Environment.

Install the Microsoft Dataverse Accelerator App

Follow the below steps after the Prerequisite.

Step 1: Click on New plugin under Instant plugins.

Or

Click on New plugin -> Instant plugins.

Step 2: Click on the Solutions drop down and select your Solution to save the new plugin in to that solution.

For this example, I am selecting Arun Potti – Low Code Plugins – Solution.

Step 3: Provide the Display name and the Description under the Basic details section.

Click on Next.

Step 4: Click on New input parameter.

Step 5: Enter the Label and choose the Data type for the Input parameter.

Step 6: Click on New out parameter.

Step 7: Enter the Label and choose the Data type for the Out parameter.

Step 8: Enter the below Power Fx low code in the Expression text box to convert the given Input Text to Upper Case.

{ConvertedText: Upper(InputText)}

Click on Next.

Step 9: Click on Save.

Save is in progress.

Step 10: Instant Plugin is saved successfully. Click on Test to test the plugin.

Step 11: Enter the InputText and Click on Run.

Plugin execution has started.

You can see the Output Body in the Response.

{“@odata.context”:”https://apxyz.crm.dynamics.com/api/data/v9.1/$metadata#Microsoft.Dynamics.CRM.dev_ConvertTextToUpperCaseResponse”,”ConvertedText“:”ARUN POTTI”}

Step 12: Click on Integrate.

You can see the Power Apps Logic and Power Automate steps to integrate your Instant plugin.

Hope you have followed all the steps and created your first low code instant plugin using this experimental feature.

Please like and share your valuable feedback on this article.

Below are my earlier articles that you can have a look.

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

What is Microsoft Dataverse Accelerator?

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

How to Install Power Platform Tools in Visual Studio Code?

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

Microsoft Power Apps Maker Portal has a new look

Microsoft Power Apps Emulator (New Feature)

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

How to set the Authoring Version in the Canvas App?

New version of Dataverse Browser is available for Dataverse Plugin Debugging

Latest Free Practice Assessments for Microsoft Certifications

Download CRM 365 V9.X Tools using PowerShell

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

Update forms and views (Preview feature) in Dataverse

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

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

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

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

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

How to Enable Managed Environments for a Dataverse Environment?

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

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

How to Deploy Enterprise Applications in the new Dataverse Environment?

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

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

Writing Power Fx formulas with natural language

Power Fx Formula Columns in Dataverse

Generating Power Fx formulas from examples

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

How to disable Multi-Factor Authentication (MFA) on Dynamics 365 Login?

How to Create Microsoft Power Apps 30 days Online Trial Version and an Environment?

How to Update the URL of the Dynamics 365 CE Environment?

Power Apps US Government service URLs

How to Download Microsoft Power Platform Icons?

Microsoft Dataverse and Postman articles

Microsoft Dynamics 365 Online regions list

How to Install, Connect to Microsoft Dataverse and Use XrmToolBox?

How to take the Back-Up of Dynamics 365 Online environment?

How to restore Database Backup in Dynamics 365 Online?

How to recover a deleted Environment in Dynamics 365 CRM Online?


Discover more from Arun Potti's Power Platform blog

Subscribe to get the latest posts to your email.

2 thoughts on “How to Create an Instant Plugin in the Dataverse Environment?

  1. Great job. Can you also explain how to debug plugin in Dataverse accelerator environment

Leave a Reply