Tag: sharepoint

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

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