Category: SharePoint

An Introduction to the SharePoint Admin Center

An Introduction to the SharePoint Admin Center

This article originally appears on the AvePoint blog as An Introduction to the SharePoint Admin Center. Welcome to the SharePoint admin center, your one-stop-shop for all things SharePoint management! The admin center is intended to inform, configure, and govern the management of all the sites in your tenant. Inform The Admin home page includes Activity and … Continue reading An Introduction to the SharePoint Admin Center

Send a single reminder for multiple items using Lists and Power Automate (UPDATED)

Send a single reminder for multiple items using Lists and Power Automate (UPDATED)

Note: The steps in the Create HTML table action have been updated from my original post, on Dec 21, 2020, to address an issue where the Filter array columns were no longer available in Power Automate. This post is inspired by a question I received from a previous blog post where the user wants to … Continue reading Send a single reminder for multiple items using Lists and Power Automate (UPDATED)

Use Power Automate to copy multiple selections from Choice columns between Microsoft Lists

Use Power Automate to copy multiple selections from Choice columns between Microsoft Lists

In this blog post I will show how to copy multiple selected Choice column values to another list. This post is a supplement to Use Power Automate to move Microsoft Lists items to another list. I am using two lists called Source and Destination. Both Lists have a choice column called "Choice" that allows multiple selections. … Continue reading Use Power Automate to copy multiple selections from Choice columns between Microsoft Lists

Add and remove users to a SharePoint site using Microsoft Lists and Power Automate

Add and remove users to a SharePoint site using Microsoft Lists and Power Automate

In this blog post I am going to show how it is possible to add and remove users to a SharePoint site using Microsoft Lists and Power Automate. I'll be using the Send an HTTP request to SharePoint action throughout the Flow. "Send an HTTP request to SharePoint" constructs and executes SharePoint REST API calls. … Continue reading Add and remove users to a SharePoint site using Microsoft Lists and Power Automate

Use Power Automate to dynamically switch Document Libraries based on a string

Use Power Automate to dynamically switch Document Libraries based on a string

In this blog post I will show how to dynamically switch SharePoint Document Libraries based on a string to perform further actions like creating a folder. I've used this pattern for dynamic folder creation where the sheer scale of folders required dedicated Document Libraries based on alphabetic ranges (A-F, G-M, N-T, U-Z). My demo SharePoint … Continue reading Use Power Automate to dynamically switch Document Libraries based on a string

Use Power Automate to create a folder in SharePoint with link back to Microsoft Lists (UPDATED)

Use Power Automate to create a folder in SharePoint with link back to Microsoft Lists (UPDATED)

Check out this related flow pattern on the Power Platform Samples repository: https://github.com/pnp/powerautomate-samples/tree/main/samples/create-folder-with-link-back-to-list In this blog post I will out line how Power Automate can be used to create a folder in a SharePoint document library and then store the link to the newly created folder inside of Microsoft Lists. I have used this pattern … Continue reading Use Power Automate to create a folder in SharePoint with link back to Microsoft Lists (UPDATED)