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 […]
Send Manager Display in Email Notification Using Power Automate
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 […]
Change List/Library to New/Modern Experiences using PowerShell
In this blog we are going to discuss about how to convert the List/Library to classic version in Communication site. We can convert it manually or programmatically using PowerShell.First we are converting the Modern list/library to classic experience of a site collection and then we will see how to covert classic list/library to modern experiences. We can do this through […]
Tabbed Form in Power Apps
Introduction: In this project we have developed a power app that has tabbed form structure. Most commonly we have used simple lay out while configuring the form view. But in this app the form layout will display something different like customize tabbed form. Follow the following steps as mentioned below: At first create a SharePoint list as mentioned in the […]
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) […]
How to enable and disable MFA using PowerShell
Introduction-In Office 365, multifactor authentication (MFA) is a security feature in which it authenticates whether the user who trying to access the exchange online is the same user who claims the account. MFA use the user’s phone number or mobile app to connect the Office 365. Providing the steps below to enable MFA. Step1-To run Office 365 to remote […]
CREATE A STYLE HTML TABLE IN AN EMAIL USING POWER AUTOMATE:
Introduction: In this blog I will show how to customize an email using Power Automate. Steps: At first I have created a list as given in the screenshot below: Then go to your Power Automate page of your site. Then select create and then select “Instant Cloud Flow” as given in the screenshot below: Then you have to select “Get […]