Tag: sharepoint

SharePoint document review in Outlook or Teams
SharePoint document review in Outlook or Teams
Blog Posts

Recently I already wrote about Microsoft 365 across applications that can be run in either Teams, Office (Microsoft 365) or Outlook. Since version 1.16 now it is also possible to develop and host those applications in SharePoint with SharePoint Framework (SPFx). So let’s dive into another sample application and see how this can be realized with either… READ MORE

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

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

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

PnP PowerShell - What You Need to Know
PnP PowerShell – What You Need to Know
Webinars

PnP PowerShell – What You Need to Know Join Erwin for this webinar recording and learn all about PnP PowerShell and what you need to know! Did you know that SharePoint and PnP (Patterns and Practices) were born out of frustration? Yes, the idea of creating a better platform for sharing and collaborating on documents… 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

More flexible SPFx development with simple react app
More flexible SPFx development with simple react app
Blog Posts

If You are working on a big project based on SPFx You might have already thought about a way to simplify reusability of Your components and maybe speed up the development process a little bit. SharePoint Framework is a great tool but sadly, it doesn’t scale so well, especially when it comes to sharing functionality… 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