Power Platform Developer Tools
Collection of tools created by me.
Search for a command to run...
Collection of tools created by me.

Setup & basic CRUD operations
Below HTTP Request retrieves all the record's fullname field from contact entity, more comma separated fields can be added GET [Organization URI]/api/data/v9.2/contacts?$select=fullname Accept: application/json OData-MaxVersion: 4.0 OData-Versio...
Here we will discuss requirements and standards for creating HTTP Requests for Microsoft Dataverse Web API. This API uses OData protocol which is also maintained by Microsoft. While currently OData v8 is already in preview, Dataverse Web API is stuck...
In a requirement we were asked to show one specific field change history in a custom portal written in PHP, our immediate action was to call RetrieveAttributeChangeHistory via WebApi but if was just returning the list of value history without any oth...
TL;DR Download server.bat, place it in your folder, Run it and get going. Web Development has changed drastically in recent years. These days even most of the front-end requires to be run from a web-server, and if like me you are not a full-time web ...
After depecation announcemnt of Dynamics 2011 Organization Service Endpoint in late 2018 and recommendation on using OAuth authentication & Dynamics 365 WebAPI, there was uncertainity for developers who were using/planning to use 3rd party integartio...
Finally, Dynamics 365/Power Platform has it’s own no code ETL tool. It is called Data Flows(formerly Data Integration). Let’s explore and try it out. Navigate to https://make.powerapps.com and select your environment here or create a new one, I’m sel...
In Dynamics 365 integration scenarios most of the times we need to authenticate only single tenant. Since now Dynamics 365 authentication only through Azure AD (for online instances) is recommended let’s see how to do it. To achieve this first of all...