top of page

Low code plugins in Dataverse

Context: Traditionally, plug-ins were created as custom classes compiled into a .NET Framework assembly, which were then uploaded and registered within Dataverse. However, with the introduction of low-code plug-ins, users can create these event handlers with minimal or no coding required, and without the need for manual registration


Solution: Low-code plug-ins are stored within a Dataverse database and can be seamlessly integrated into Power Apps and Power Automate. The behavior of the workflow is defined using the Power Fx expression language and can directly connect with Dataverse business data and external data sources through Power Platform connectors. With low-code plug-ins, makers can rapidly construct complex workflows with minimal coding expertise, resulting in a more streamlined and efficient data architecture


Impact: Server-side logic enhances security by preventing unauthorized access to sensitive data and processes. It improves performance by reducing data transfer between client and server, ensuring faster processing times. Consistency and reliability are achieved as business rules are uniformly applied across all clients, minimizing errors. Additionally, it simplifies maintenance and upgrades, and offers better scalability to handle larger workloads efficiently.

bottom of page