Category: Power Automate

SharePoint Online: Grant Permissions to Azure AD Security group using Power Automate and REST API

SharePoint Online: Grant Permissions to Azure AD Security group using Power Automate and REST API

In my earlier blogs I explained how you can create a SharePoint online modern site and add site collection administrator (SCA) to SharePoint site using Power Automate flow and SharePoint REST API. In this blog, I will demonstrate how to grant permissions to Azure AD Security group to newly created or existing SharePoint online site using Power Automate and SharePoint REST API.

SharePoint Online: Add Site Collection Administrator (SCA) using Power Automate

SharePoint Online: Add Site Collection Administrator (SCA) using Power Automate

In SharePoint online, you can automate the SharePoint site creation process using Power Automate flow and SharePoint REST API. If you are wondering how to add a site collection administrator (SCA) in newly created or existing SharePoint modern site, using Power Automate you've come to the right blog post!

Create a SharePoint online site using Power Automate flow

Create a SharePoint online site using Power Automate flow

In this article, I will demonstrate how to provision a SharePoint online modern site using a Power automate flow. As there is no standard Power automate action for creating a SharePoint site (previously called “site collections”) using SharePoint connector, we will use the Send an HTTP Request to SharePoint action and SharePoint REST API in Power automate flow.

Update image in SharePoint/Microsoft Lists Image columns using Power Automate

Update image in SharePoint/Microsoft Lists Image columns using Power Automate

In my previous blog, I explained how to create a new item in SharePoint list with image column using Power Automate flow. In this blog, we will see how to update an existing SharePoint list item to update image in SharePoint/Microsoft Lists Image columns using Power Automate flow.

Add an image to SharePoint Image columns using Power Automate

Add an image to SharePoint Image columns using Power Automate

Create item and Update item actions in Power automate does not support adding/updating SharePoint image columns yet. So, we have to use SharePoint REST API and Send an HTTP request to SharePoint action in Power automate to add image to SharePoint Image columns.