Tag: SharePoint Online

🤯 Using a SharePoint Online list as a Knowledge source via ACTIONS in Copilot AI Studio
🤯 Using a SharePoint Online list as a Knowledge source via ACTIONS in Copilot AI Studio
Blog Posts

Are you tired of not being able to use SharePoint Lists as knowledge in Copilot Studio? You’re not alone. Copilot Studio supports Dataverse, SharePoint sites and document libraries, and even public websites. But SharePoint Lists? Not natively. Which is frustrating, especially when a lot of structured business knowledge lives in lists. Copilot Studio doesn’t let you directly treat a SharePoint List as a knowledge… READ MORE

Configuring CSV Export in PDF Editor for SharePoint
Configuring CSV Export in PDF Editor for SharePoint
Blog Posts

‍PDF Editor users now have the option of exporting annotations and comments in CSV format. They can choose which properties to export, along with the column order. This can be configured by adding two storage entity properties using PnP PowerShell, and a CSV button will appear in the main toolbar. It’s possible to export only… READ MORE

Mitigating Microsoft 365 Oversharing Risks
Mitigating Microsoft 365 Oversharing Risks
Webinars

Webinar Description: Many organizations are facing the problem of oversharing in SharePoint Online, which exposes them to both external and internal threats when employees can access information that they shouldn’t. With the introduction of Microsoft 365 Copilot to organizations of all sizes, AI makes that information even more accessible and increases the risk. In this… READ MORE

Step-by-Step Guide to Adding a Custom Content Type in SharePoint Library
Step-by-Step Guide to Adding a Custom Content Type in SharePoint Library
Blog Posts

Prerequisites 1. Create a SharePoint Site First, we need to create a SharePoint site where the custom content type will be added. POST https://<your-tenant>.sharepoint.com/_api/SPSiteManager/create {   “request”: {     “Title”: “Your Site Title”,     “Url”: “https://<your-tenant>.sharepoint.com/sites/YourSiteName”,     “Lcid”: 1033,     “ShareByEmailEnabled”: false,     “Classification”: “Low Business Impact”,     “Description”: “Site for your specific purpose”,     “WebTemplate”: “STS#3”,     “SiteDesignId”: “6142d2a0-63a5-4ba0-aede-d9fefca2c767”,     “Owner”: “your-email@your-domain.com”,     “WebTemplateExtensionId”: “00000000-0000-0000-0000-000000000000”… READ MORE

Developers! Learn how to use the SharePoint Framework to customize and extend SharePoint
Developers! Learn how to use the SharePoint Framework to customize and extend SharePoint
Webinars

Webinar Material: 20241015-spfxintro.pdf (sharepointeurope.com) Webinar Description: The best way you can customize and extend your SharePoint site is using the SharePoint Framework (SPFx), the latest evolution of SharePoint development. This model is the way you customize and extend the modern experience in SharePoint. In this session, you’ll learn what the SharePoint Framework is & how… READ MORE

SharePoint Online Azure ACS Retirement
SharePoint Online Azure ACS Retirement
Blog Posts

Hi All, A few Years ago i wrote an Article on how to Grant Access to a Entra App in Sharepoint to upload Files to a SharePoint Site with PnP.PowerShell I wanted to do the same thing and there is a big red bar on top, that informs about the Azure ACS Retirement in April… READ MORE