#customwebapi

Posts tagged with this topic.

Dataverse: Testing Database Transactions On Custom API

Sep 8, 2021

After I examined the potentials of Custom API to redefine how we design the system, I was curious if Custom API will also apply database transactions following the plugin event execution pipeline (Pre Operation - Post Operation will be in the transaction. Meaning if during the...

Get Environment Variable in a Flow using Custom Web API

Jun 24, 2021

Inspired by a blog post by Natraj about "Using Custom API as a trigger for Flow" that you can find here, I am thinking to create a sample collection of Custom Web API that all people can make use of/learn the code (the code design might not be suitable for you, but I open for...