In this post, we will walk through a simple scenario that will allow us to use connectors such as Dataverse, SharePoint, Excel Online (Business) and Microsoft 365 Group to work more effectively with Sharepoint Documents.
-
-
Let’s Bring Dataverse to Excel Using Office Add-ins
Users just love working in Excel and there is no avoiding it! This post will explore how we can bring Microsoft Dataverse to Excel by implementing Office Add-ins using Office JavaScript APIs and consuming Dataverse APIs straight from the add-ins
-
Implementing OAuth 2.0 On-Behalf-Of Flow for Dataverse Custom Connector
In this post, we will explore how to implement a custom connector using the OAuth 2.0 on-behalf-of flow.
-
Execute Web API Batch Operations Without ExecuteMultiple
I've written my own little TypeScript utility classes and methods to perform batch operations without using the executeMultiple Web API method.