In this blog, we are going to retrieve all topics including replies and their authors values of a discussion list . Below image shows a discussion list having topic and its replies from different authors . In our blog we will see how to retrieve it using CSOM programmatically. Result- Displays “topic” and the content from replies and names of […]
Retrieve Discussion Lists Topics and Its Replies with Its Author value using CSOM
Rest API Filter Methods On SharePoint List Items
In this blog we will see how to filter SharePoint list items using Rest API. We can filter items based on field title, field ID or modified date of items. In Rest API through url parameter we can easily perform filtering on SharePoint list items. For filter methods url parameter is composed of three components. Field name Operator such as […]
Hubsite Configuration
Introduction Microsoft has introduced hub site in SharePoint online & office 365 to modernize the features of SharePoint. In this article, we will acquire knowledge about creating, associating & removing a hub site in SharePoint Online. What is SharePoint Hub site Hub sites brings the related sites together to roll up news, events & to simplify the search with […]
How to Add an External User to a SharePoint Site
In this blog I discuss a few steps on how to add an external user to the SPO site and how can we access a document/file by using an external user. External users are not a part of an organization, so we can’t add them to Site Permissions directly. We must follow the below steps so we can allow these […]
How to Create a Customer Review Form using Microsoft Form and Microsoft Flow
Introduction In this blog, I will explain how to create a User Review Form using Microsoft SharePoint Form and send an email with the review details once the review is submitted by a customer. Procedure to create a review form 1. Login to the Office 365 site. 2. Click on the App launcher menu. 3. Click on all apps. 4. […]
Send Email using MSFlow On Button Click from PowerApps
In this article, I will explain how to send an email on button click from PowerApps through MSFlow. This article will help us in how to trigger a flow from PowerApps, passing dynamic values to Microsoft flows. I have divided this blog into mainly three subcategories and they are as mentioned below. 1- Creation of List 2- Creation of Power […]
Push Notification in Mobile for Email from Client
Prerequisites: An account with access to Microsoft Flow An Office 365 Outlook account The Microsoft Flow mobile app for Android, iOS, or Windows Phone Connections to Office, Outlook, and the push notification service Introduction: In this blog, we will create a flow that sends a push notification to your mobile if any new email arrives from a specific Client (email […]
Retrieve, Add, Remove Fields from a SharePoint list using PNP PowerShell
In this blog, we are going to retrieve all fields from a list, add, remove a field from a SharePoint list using PnP PowerShell. First, we need to connect to the Site. First We Need to Connect to the Site. To Perform Connection Add $SiteUrl = Read-Host “Provide Site url” Connect-PnPOnline -Url $SiteUrl #Executing this line will ask for credentials. […]
Migrate SharePoint 2016 To SharePoint 2019 Environment Using Content Database Migration
This blog will help you learn how to back up a single content database in SharePoint 2016. And restore the database on your SharePoint 2019 server environment. SharePoint 2019 supports content database migration from the SharePoint 2016 environment into the SharePoint 2019 environment. Step – 1 First take a content database backup from SP 2016. Please follow the steps below. […]
Leave Approval App Using PowerApps And Microsoft Flow
In this blog, I will discuss how to create a leave request approval app using PowerApps and Flow in office365. I have created a generic/custom list in office365 named “Leave Request” which contains the columns mentioned below. Description Multiple lines of text Leave Type Choice Leave Status Single line of text Email Single line of text From these Email and […]