Below you will find pages that utilize the taxonomy term “CAML”
posts
SharePoint Skills in action
It was a privilege to be able to attend the M365 Conference in Orlando from 21st to 23rd April 2026. At the conference, one announcement that stood out was Skills in SharePoint, now in preview.
What is a SharePoint Skill? SharePoint Skills are reusable, AI-powered workflows that encode business logic in natural language, native to SharePoint. Think of them as the difference between asking a question and capturing a repeatable process.
posts
Restoring Previous Versions of Items in a SharePoint List Using PnP PowerShell
When working with SharePoint lists, there might be times when you need to restore items to a previous version. Whether it’s due to an error, unwanted changes, or simply needing to revert to an earlier state, SharePoint’s versioning feature is a lifesaver. I used the script to undo bulk changes made by a Power Automate flow after the process failed halfway due to some data needing correction. For data integrity, the bulk update needed to be undone before running the Power Automate flow again after the data corrections were made.
posts
Overcoming SharePoint's List View Threshold with CAML Queries in PowerShell
Overcoming SharePoint’s List View Threshold with CAML Queries in PowerShell Encountering the list view threshold error in SharePoint when dealing with lists exceeding 5,000 items is a common challenge. Using CAML queries within PowerShell scripts offers a server-side solution to efficiently filter and retrieve data, yet is prone to the list view threshold error.
Sample script This is the sample PowerShell script querying the specified SharePoint list using CAML query.