posts
Power Automate: Add term to a term set
This post shows how to create a term in a SharePoint taxonomy term set using Power Automate and the SharePoint REST API v2.1. It is useful when you want to automate adding a managed metadata term based on your scenario.
What you need A SharePoint site with either site level or tenant level term store The term group ID for the site-level or tenant level term group The term set ID for the destination term set A Power Automate flow trigger such as item-created or manual trigger Step 1: Get the term group and term set IDs In SharePoint, go to Site Settings > Term Store Management.
posts
Find Teams, Channels, Hub Site associated with a SharePoint URL with PnP PowerShell
This post explains how to map a SharePoint site URL back to the corresponding Microsoft Teams team and channel using PnP PowerShell. It also retrieves the Hub Site Url information. The script reads site URLs from a CSV file, connects to each site, and determines whether the site is a teams site or a channel site.
Why this is useful Validate which Teams or channels are behind your SharePoint site collection URLs.
posts
Remove a SharePoint list content type in Power Automate
This post explains how to remove a content type from a SharePoint list using the SharePoint REST API in Power Automate.
The example uses the HTTP action in Power Automate to:
retrieve the content type ID for a list content type delete the content type from the list Get the Content Type ID Use a GET request to query the list content types and return the StringId for the content type named Document.