How to use Microsoft Graph for SharePoint within Power Automate

In this post a variety of options on how to use Microsoft Graph for SharePoint within Power Automate.

My Microsoft Graph Series, so far

I will start with a quick overview of the Microsoft Graph posts that I published recently.

SharePoint and the Graph API

First of all the SharePoint connector within the Power Platform is quite good, so if you can avoid any direct API calls then please do so.

Then we have a few different SharePoint APIs available to us to manage SharePoint Online.

  • SharePoint REST API v1
  • SharePoint REST API v2

Ok, that is just two different versions isn’t it?

No!

The SharePoint REST API v1 documentation is a bit unstructured, but in short this is the older REST API that has been available for a long time. The SharePoint REST API v2 is based on the Graph API.

From the v2 page mentioned above I copied the table below.

The above table is a very important part of understanding how we should access the SharePoint REST API within Power Automate.

So we can access Graph API URL through a SharePoint based URL.

Now look at our options.

Access the SharePoint Graph API within Power Automate

We could access the Graph API using the HTTP action

How to use Microsoft Graph for SharePoint within Power Automate Microsoft Office 365 image 46

Ok, this is premium! So we want to avoid this if we can. Sorry Microsoft!

But we also have the Send an HTTP request to SharePoint action. The examples in this action show use the v1 REST API and in the past I tried typing https://graph.microsoft.com in the Site Address, but that doesn’t work.

How to use Microsoft Graph for SharePoint within Power Automate Microsoft Office 365 image 47

So if we now look at that table that I copied earlier, we can configure the Send an HTTP request to SharePoint as follows and we can get the details of our site.

How to use Microsoft Graph for SharePoint within Power Automate Microsoft Office 365 image 48

Very Important note!

Please do not forget the Accept Header.

If you forget to include the Accept header with application/json then you will get an error:

Unexpected response from the service

SharePoint End Points to access

Earlier we saw that we can access sites, drives, drive and lists.

It would be too much to go through all the end points for one post and the documentation of the Graph API is good (other than that I would like to see Power Automate examples next to the C# and JavaScript examples. But maybe that will arrive one day. If you need any help with any of the end points then please feel free to open the chat on this site.

Continue Reading Pieter Veenstra’s Article on their blog

How to use Microsoft Graph for SharePoint within Power Automate

In this post a variety of options on how to use Microsoft Graph for SharePoint within Power Automate. I will start with a quick overview of the Microsoft Graph posts that I published recently. First of all the SharePoint connector within the Power Platform is quite good, so if you can avoid any direct API calls then please do so.

Blog Syndicated with Pieter Veenstra’s Permission

Author: Pieter Veenstra

Share This Post On
Share via
Copy link
Powered by Social Snap