Tag: Dataverse

Home » Dataverse
How to Call Dataverse Custom APIs Directly in Power Fx: A Step-by-Step Guide
Post

How to Call Dataverse Custom APIs Directly in Power Fx: A Step-by-Step Guide

Introduction The Power Platform’s Dataverse is a powerful database that allows developers to store, manage, and analyze data for their apps. With the latest updates to Power Fx, developers can now call Dataverse Custom API directly in their formulas, streamlining their app development process and making it easier to manipulate data. In this blog post,...

Building Custom API in Dataverse
Post

Building Custom APIs in Dataverse

Introduction In this article, we’ll explore how to create custom APIs in Dataverse. We’ll cover the benefits of using custom APIs and provide you with a step-by-step guide on how to build them. We’ll also share some best practices for using and maintaining custom APIs in Dataverse. By the end of this article, you’ll have...

How to register an Application with Azure Active Directory
Post

How to register an application with Azure Active Directory

This article covers how to register an application with Azure Active Directory to enable a user with Power Apps user account to connect to Microsoft Dataverse environment from external client applications (such as Postman) using OAuth authentication. In order to develop an external client application to read and write data in Dataverse we would use...