Introduction A SharePoint Look Book is a pre-designed template available for our SharePoint sites. These are downloadable templates that are hosted by Microsoft. We can see different types of downloadable templates with different designs along with some short descriptions. We can select and download the templates which have appropriate look and feel depending upon our SharePoint Online/Office 365 site requirement. […]
A Summary On SharePoint Look Book
How To Copy Image From One List To Another Using Flow
I was making a flow that would copy the items with their images after that I found the image column was not visible to Flow. Here I am trying to achieve this using a different scenario. Let’s see how we can handle this. Here I will show you this step-by-step process. Create Hyperlink/Picture column in both lists remain this as […]
Add, Modify And Delete User Custom Action For List Or Library Item
Introduction IT and business users commonly use the custom action. In this article, I have created a tool that can add features to SharePoint through a distinctive design interface with ribbon controls. Here we have created 4 buttons for the custom action operations for the list and site. Button 1 – Create User Custom Action for list This button calls the […]
Send Manager Display in Email Notification Using Power Automate
In this blog we will discuss how to retrieve manager name using Microsoft flow and send manager display name in the email notification. We will also discuss how to solve the if any error occurred. Follow below steps to get the manager name in the email notification. Step 1: Open Flow.Microsoft.com and sign in with your office 365 credentials. Click […]
Add, Update and Remove user custom action for list and library items using CSOM
Introduction- We use custom actions to extend the core features of SharePoint. Here we have discussed about the user custom action for list item. How to Add user custom action for list item- We have added user custom action to the drop-down menu that is displayed for list items. Step1- First set the credentials of the site and then load […]
Grant permission a user in SharePoint list item by using flow:
In this project we have developed a flow by the help of it we can change the permission label of a user of SharePoint list items. Steps: At first create your own list. I have created a list as shown in the screenshot below: Then you have to check your item permission as shown in the screenshot below: Let’s you […]
Create power apps login screen using credentials from SharePoint list
In our blog, we will be going to retrieve user name and password from SharePoint lists and using that credential; we will login and navigate to the welcome screen. Steps to Create Login Screen Step 1: Create a custom list having fields with user name and user password as shown in Below image. Step 2: Login to the power app’s […]
Add, Update and Remove web part using csom
Introduction- Web parts are the building blocks of the pages by which you can modify the content, appearance and behavior of pages of a SharePoint site. In this blog we are going to discuss How to Add, Update and Remove the web part using csom, here I have used Content Editor Web Part in Wiki page. Adding the web part […]
Add, Get and Delete Quick Launch Navigation using c#
In this blog, we have discussed about adding, retrieving, and deleting the SharePoint online quick launch navigation menu using the c# server Object model. Follow the below coding to get the result. Add new term in quick launch: Add the below code in your Program.cs. namespace GetNavigationNode { class Program { static void Main(string[] args) […]
Add user to a SharePoint group when SharePoint list item is created or modified using Microsoft flow/power automate
[vc_row][vc_column][vc_column_text] In this blog, we will know how to add a user to SharePoint group when item is created or modified using power automate or Microsoft flow. We need to follow below steps to add user to SharePoint group. Step 1: I have created a custom list having a user field. When I will update a item with user […]