SharePoint Online Navigation Changer has finally been launched! The advanced function allows you to change the navigation to vertical (top navigation) or horizontal (left navigation). Previously, only communication sites had horizontal top navigation, and team pages were left with vertical navigation for quick launch. Microsoft has introduced navigation switch options for team sites that allow…
Author: Sarang Gidde
How to add SPFx webpart to full-width column
Hello Folks,Today we are going to see how to add SPFX webpart to full-width column in SharePoint Online. Actually, this is a very simple task but some of us like me don’t know to add SharePoint SPFx webpart to full-width column. In SharePoint Communication sites, we have a page layout that includes a full-width column….
SharePoint Online – Tenant app catalog vs Site Collection app catalog
Today we are going to see the difference between Tenant app catalog vs Site Collection app catalog. What is Tenant appcatalog? A constant centrally located SharePoint online site utilized to deploy all add-ins and SPFx solutions with Tenant administrant consents. The solutions located here will be accessible for all site collections across the company and…
PnP PowerShell to get all Site Collections
Hello Friends,There was a requirement to get all site collections using PnP PowerShell in SharePoint Online. Thus in this post we will see how to get all site collections using PnP PowerShell in SharePoint online. Retrieve all Communication Sites using PnP PowerShell Requirement: Get all Site collections using PnP PowerShell in SharePoint online In this…
Check date field is empty in Nintex Workflow
Hello Folks,Today we are going to see how to Check date field is empty in Nintex workflow. As we all know it is very difficult to verify that date field is null. Problem: There is a requirement, to get all the values from list named Employee Master, and check if Joining date is null or…
Customize SharePoint list forms without PowerApps
Hello Folks,Today in this article we are going to learn about How to customize SharePoint List forms without PowerApps. Customizing the SharePoint List forms is one of the main area for both Developers and business. In earlier versions of SharePoint Online, there are no ways to customize the SharePoint List forms OOTB. To customize it…
SharePoint: Filter List View by Current Month
Hello Folks,Today, in this article we will see How to Filter list view by current month in SharePoint. Problem: In our SharePoint there is a Task list, and user should be able to see their Tasks which are due in current month in Their Dashboard. Solution: By the above Problem statement we can understand what…
Could not load user profile SharePoint 2013
Hello Folks,Today we will see a issue which generally occurs often in SharePoint environment. This is related with user profiles. Could not load user profile SharePoint 2013 this error we generally face. Explanation: Once we create a my site and when user clicks on any feature which is related to my site. User encountered and…
Solved: Send approval request to a group in MS flow.
Hello SharePointers,I am working on my flow and I see that I am unable to Send approval request to a group in MS flow. Some Background It seems that flow will only send approval request emails to an individual user. This case won’t work in the long run, we always need to change the flow…
Retrieve all Communication Sites using PnP PowerShell
Hello SharePointers,During my latest development, my client asked me to get all Communication Sites using PnP PowerShell. For Example, Communication Sites, Hub Sites, Classic team site, and Modern team site. From UI we can just filter the site type and get it done, but listing down all sites is a very time-consuming task. Get all…