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.

Customize Modern SharePoint List Forms using JSON
Customize Modern SharePoint List Forms using JSON
Blog Posts

We usually use SPFx or Power Apps to customize the forms in SharePoint online. This article will show how you can customize an out-of-box SharePoint list form using JSON. You don’t need to customize the form using SPFx or Power Apps. Some simple JSON can be used to customize the header, footer, and body of… READ MORE

Filter Query with {VersionNumber}
Filter Query with {VersionNumber}
Blog Posts

The SharePoint Get Items action in Power Automate is very useful. One of the configuration options is the usage of the Filter Query field. In this article I will show you how to filter on the {VersionNumber} in this action in a Power Automate flow. Inspiration This question from angelsansev: I’m trying get files with… READ MORE

Connect Power BI to Sharepoint files
Connect Power BI to Sharepoint files
Blog Posts

Happy SharePoint Week! Local file is one of the easiest data sources for Power BI. The downside of this method is that each user may use different versions. In order to overcome this downside, we can upload our data files into Sharepoint and let everyone use data from the same source. In this short article,… READ MORE

Consuming Google drive API from MS Teams App
Consuming Google drive API from MS Teams App
Blog Posts

It’s not uncommon for companies to have multi cloud setup and use both M365 and GSuite. MS Teams supports a data provider for Google drive but, the search experience there is quite poor. In such setup it can bring a great value to implement search across both M365 and Google Drive indexes and expose it… READ MORE

ChatGPT and SharePoint, what else can it do?
ChatGPT and SharePoint, what else can it do?
Blog Posts

There are many things we do with SharePoint that can be either scripted or formatted that require some sort of code. In my previous post, I talk about how it can assist content creators, but what about people who are building things? Here are two examples that might inspire you to try this yourself, the first… READ MORE

WOW your Co-Workers with Awesome Looking Lists: Conditional Formatting in SharePoint
WOW your Co-Workers with Awesome Looking Lists: Conditional Formatting in SharePoint
Webinars

Have you ever wanted to impress your co-workers with awesome looking lists in SharePoint? In this webinar recording with Marijn Somers, we take a look at conditional formatting within SharePoint. Learn how to win over your colleagues by creating modern lists using column formatting or view formatting in SharePoint.

Key Takeaways from the Webinar
1. Learn what SharePoint can do by default to deliver awesome looking lists and libraries.
2. You will know how to go beyond the defaults with SharePoint formatting.
3. Know what you can do with column formatting vs. view formatting.
4. You will know why you shouldn’t have spaces in your columns.

How To Patch A SharePoint Person Column In Power Apps
How To Patch A SharePoint Person Column In Power Apps
Blog Posts

In this blog, we are going to see how to use the patch function to update a SharePoint Person column in Power Apps.  In a SharePoint list we have a column RequestedBy, our goal is to update a RequestedBy (Person type) from Blank to “Nagalingam Ravishankar”. Input Meeting Request (SharePoint List) ID RequestedBy RequestDateTime 1 27/12/2022 10:47AM 27/12/2022 10:47AM Patch Function… READ MORE