In this blog, our goal is to activate a Power Automate flow when a user completes a form within the SPFx web part.
Continue readingCategory: SharePoint
Managing Node versions using NVM
While building SharePoint Webparts, different solutions may need different Node versions. we use (NVM). NVM allows us to switch between Node versions seamlessly.
Continue reading
Get SharePoint list data using Postman
We can get SharePoint list items using Postman “Get” call. To do so, we must register a SharePoint application and assign permissions to this application.
Continue reading
Configuring App Catalog in SharePoint Online
App Catalog is a SharePoint site where we can upload custom build applications. There can only be a single App Catalog site in a tenant.
Continue reading
How to identify SharePoint site templates
SharePoint has different site templates that users use to create different sites and subsites. we will learn how we can identify site templates via PowerShell.
Continue reading
How to install and configure SharePoint PowerShell
SharePoint Online PowerShell is a command-line interface for SharePoint users. Using PowerShell we can add new users, grant users permissions.
Continue reading