graph

A 6-post collection





Creating a Microsoft Graph Custom Batch Connector

I recently had the opportunity to contribute to the Microsoft Graph documentation by contributing to a lab that came out of a need I had. tl;dr; Check out how to Create a Microsoft Graph JSON Batch Custom Connector for Microsoft Flow [https://docs.microsoft.com/en-us/graph/training/flow-tutorial] for a great Hands on Lab! The lab walks you through learning more about the custom connector and $batch [https://docs.microsoft.com/en-us/graph/json-batching] endpoint of the Microsoft Graph.  The l...