Skip to content

Tag: Dataverse CustomApi

Dataverse Custom API: Function (GET) vs Action (POST)

The new Dataverse Custom API feature (now in General Availability 🚀) empowers developers with the ability to create their own custom messages to extends the capabilities of the Power Platform. These custom messages are then exposed by the Dataverse endpoints (WebApi and Organizationservice) like other out-of-the-box messages (Create, Update, etc..).…

Dataverse Custom API: AllowCustomProcessing Explained

This is the first article in a series of posts aimed at showing the main differences between Dataverse Custom APIs and the more traditional Workflow Custom Actions. This article will focus on the AllowedCustomProcessingStep attribute of Custom APIs. Custom API vs Custom Action Dataverse Custom APIs and Workflow Custom Action…