What is Datavesre Accelerator?:
- The Microsoft Dataverse accelerator is an application that provides access to select preview features and tooling related to Dataverse development.
- Dataverse accelerator app is automatically available in all new Microsoft Dataverse environments. If your environment doesn’t already have it, you can install the Dataverse accelerator.

Features available with the Dataverse accelerator:
| Feature | Description |
|---|---|
| Low-code plug-ins | Reusable, real-time workflows that execute a specific set of commands within Dataverse. Low-code plug-ins run server-side and are triggered by personalized event handlers, defined in Power Fx. |
| Plug-in monitor | A modern interface to surface the existing plug-in trace log table in Dataverse environments, designed for developing and debugging Dataverse plug-ins and custom APIs. |
API playground:
- API playground is a new feature released in Dataverse Accelerator.
- You might be familiar with testing the Dataverse Web API using the Postman tool, which requires a setup process.
- The API playground is a preauthenticated software testing tool that helps makers quickly and conveniently interact with the Microsoft Dataverse Web API.
- This web application allows developers to test and experiment with different API endpoints without the need for extensive setup or authentication processes.

Types of requests to test with API playground:
| Type | Description |
|---|---|
| Custom API | This includes any Dataverse Web API actions, functions from Microsoft, or any public user-defined custom APIs registered in the working environment. |
| Instant plug-in | Instant plug-ins are classified as any user-defined workflows registered as a custom API in the environment with a related FxExpression. |
| OData request | Allows more granular control over the request inputs to send OData requests. |
- API Playground is a preview feature being rolled out in all regions at the time of writing this blog post.
Refer this Microsoft documentation for more details.
🙂
![[Step by Step] Beginner : Create a PCF control and add it to a custom page](https://rajeevpentyala.com/wp-content/uploads/2024/12/image-49.png)


Leave a comment