Category: SharePoint

According to Wikipedia, SharePoint is a web-based collaborative platform that integrates with Microsoft Office. Launched in 2001, SharePoint is primarily sold as a document management and storage system, but the product is highly configurable and usage varies substantially between organisations.

Due to the highly configurable nature of SP and the multitude of versions available, we offer a vast collection of classic and moder SP information within this category which covers everything from Enterprise Users of the latest SP Release.

Therefore, this category is broad too, and is full of handy tips, tricks and advise. Check out some of the Step by Step blogs or learn with our eBooks, How To videos and Webinars.

Model Driven App With SharePoint Data Source
Model Driven App With SharePoint Data Source
Blog Posts

Model Driven App With SharePoint Data Source In this blog post we will learn how to use Model driven app with SharePoint data source and how to create a lookup column in a Model driven app in PowerApps. Table of Contents 1 Model Driven app Data source 1.1 Model driven app with SharePoint data source 1.1.1 model driven… READ MORE

Information Protection - SharePoint
Information Protection – SharePoint
Webinars

Information Protection – SharePoint Join Aman Kumar and watch this webinar recording to learn all about Information Protection in SharePoint! Webinar Description – ‘Information Protection – SharePoint’ Unlock the Power of O365 Information Protection: Safeguarding Your Organisation’s Data with Microsoft Purview! Are you concerned about the security and integrity of your organisation’s data? Do you… READ MORE

How To Create SharePoint Site Group Permission
How To Create SharePoint Site Group Permission
Blog Posts

This blog will be discussing on what is group permission and how to create a group and manage permission in SharePoint. SharePoint permissions can be assigned to individual users or to SharePoint groups, which are collections of users. SharePoint has two types of groups, SharePoint groups These are groups created within SharePoint and used to manage access… READ MORE

Page approval with changes
Page approval with changes
Blog Posts

Within SharePoint Online it is possible to activate a page approval process. In this article I will show you how to use a security group for the approvers group and include change history in that Power Automate flow. What does the template offer? When a new page is submitted for approval everyone on the approvers… READ MORE

NodeJs version for your next SPFX project from GitHub
NodeJs version for your next SPFX project from GitHub
Blog Posts

You can get errors when you use the wrong version of Node.js to install SPFx. SharePoint Framework (SPFx) requires a specific version of Node.js to be installed, and if you try to install SPFx with a different version, you may encounter errors. The main way to figure out the official version of NodeJS and Gulp… READ MORE

A video portal in SharePoint using the document library
A video portal in SharePoint using the document library
Blog Posts

Often we store videos in SharePoint and use the file viewer or the highlighted content web parts to display videos on the homepage of the site. With Microsoft Stream also moving towards SharePoint for storing meeting recordings, the use of videos in SharePoint site pages could increase. Recently I worked on an event page in… READ MORE

Import Excel Data To SharePoint Online Using PowerShell
Import Excel Data To SharePoint Online Using PowerShell
Blog Posts

Introduction In this article, we will go through the steps required to import the Excel file data to SharePoint online list using PnP PowerShell. There are a lot of ways to import the data, but for this article, we will stick to PowerShell way. Here the credit goes to person Danile Finke who developed the Import… READ MORE

Updating List Properties Using Flow
Updating List Properties Using Flow
Blog Posts

Introduction In this article, we will go through how to update the list column based on requests on other lists. Here I have 2 lists, one is requests and the other is countries. In the requests list ‘Country’ is a look up column. Here the property ‘RequestCount’ contains the count of requests based on ‘Requests’… READ MORE

E-mail Me button on page
E-mail Me button on page
Blog Posts

From SharePoint Online you can trigger a flow by using a link or a button. Sometimes you want to include data with that trigger action. In this article I will show you how to retrieve the email address of the person who clicked the button in a Power Automate flow. Inspiration This question from anthonys123:… READ MORE