Cascading Dropdowns using PowerApps

In this blog, we will see how to apply cascade dropdown to a list field using Power Apps. Step1.  We need to create two SharePoint generic lists named “Country” and “City”. The SharePoint generic list “Country” holds a column of type “single text line” showing country names and the SharePoint generic list “City” contains two columns. The first column name […]

Microsoft To Consolidate SharePoint and OneDrive Admin Portals

As per an announcement last week, Microsoft decides to substitute its OneDrive and SharePoint Admin Center management portals with a merged portal, which will be available with an February Update to Microsoft 365 subscribers. There are plenty of management portals available from Microsoft, to such an extent that it has an MS Portals project in existence that is used to […]

ADD, RETRIEVE & REMOVE THE NAVIGATION NODE USING JSOM

Introduction:  Navigation Bar provides us the infrastructure to add different navigation link options in a site. We can provide the navigation links within “Top Navigation” and “Quick Launch Navigation”.               Here, I am providing the code through which we can manipulate the navigation links both in Top navigation & Quick Launch navigation. I have added two navigation nodes i.e., TeamSiteNavigation, […]