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 or little coding and without having to manually register it.

Low-code plug-ins uses Power Fx expressions and can directly integrate with Dataverse business data and external data through Power Platform connectors. Using this feature, you can build rich workflows without any code.

Note: Experimental features are not meant for Production use and these features might change radically, so, explore this feature and use it in your development environment only.

There are two types of plug-ins available,

  1. Instant Plug-ins

    An Instant Plug-in is a business logic that is triggered manually. A user has to invoke the plug-in using a button or using an unbound action in the Power Automate flow or can call from a Canvas App.

    You can use Input and Output Parameters inside the plug-in logic.

    Input parameters are the parameters can take information into the business logic when it’s run.

    Output parameters are the parameters that let you define information that is returned when the plug-in completes successfully.
  2. Automated Plugins

    An automated plug-in is business logic that runs on a specific data event like Create, Update, or Delete occurs for a specified table. Also, you can register the plugin on Pre or Post of

    You can also design whether the plug-in runs before or after the data event completes, which allows flexibility to access and modify values in key stages of the event.

Hope you have understood the concept of the Dataverse Accelerator on a high-level.

Please like and share your valuable feedback on this article.

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

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.

Leave a Reply