Tag: SharePointWeek

New Capabilities with SharePoint Pages
New Capabilities with SharePoint Pages
Webinars

Wow! I can’t believe this is SharePoint! We have come a long way from boring pages to what is rolling out today in SharePoint. New sections, new options, video templates and much more! In this session we will take a look at what is rolling out, best practices and what is coming soon for SharePoint… 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

Responsive Submit Form In SPFx
Responsive Submit Form In SPFx
Blog Posts

ISubmitFormProps.ts File Now Go to SubmitFormWebpart.ts File and Update the following code. Now Update SubmitForm.module.scss File Now come to the Main File SubmitForm.tsx and Update this file to Now run these commands in your terminal Your output would be like this. After submitting data you will get an alert message. Here’s more SharePoint Week content.… READ MORE

FIX User can’t be found in the directory
FIX User can’t be found in the directory
Blog Posts

User can’t access SharePoint site? You can get the Error “User can’t be found in the directory”. Learn how to fix SharePoint error user can’t be found in the sharepoint.com directory. SharePoint is a fundamental application in Microsoft 365.  When you are working on documents, moving data around SharePoint sites and inviting users to join to work together the last… READ MORE

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