We can use Set-PnPList cmdlet in PnP PowerShell to update SharePoint list settings/properties. However Set-PnPList cmdlet does not support any parameter to enable/disable SharePoint online list comments yet. So, we have to use different approach to disable the SharePoint online list comments as shown below:
Category: SharePoint Online
Enable/Disable SharePoint Online List Comments using SharePoint REST API
Commenting feature in lists is enabled by default when you create a new list in SharePoint online site or in “My lists” under Microsoft Lists. However you may want to disable the commenting feature if you are using multiple lines of text column with “Append Changes to Existing Text” functionality or if you are capturing comments by Power automate approvals.
Download Image from SharePoint Image column using JSON formatting
Using SharePoint online out of the box capabilities, there is no way to download the images from SharePoint list image column. In this blog, I will demonstrate how to create add a button within a SharePoint Online/Microsoft Lists modern experience view which downloads the image from SharePoint image column.
SharePoint Online: Download files using JSON Formatting
You can use JSON formatting in SharePoint to customize the display of columns and views in SharePoint online lists or Microsoft Lists. In this blog post I will explain how to add a button in library view using JSON formatting which will allow you to download the file.
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
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
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
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.
Update SharePoint Site Logo using Power Automate
In SharePoint online, you can automate the site creation process using Power Automate flow and Send an HTTP Request to SharePoint action. If you are wondering how to update the SharePoint modern site logo using Power Automate you've come to the right blog post!
Add/Update image columns in SharePoint/Microsoft Lists using PnP PowerShell
In this blog, I will explain how to create a new list item with image column and update existing list item to update the image column using PnP PowerShell.