Azure Firewall Premium is a cloud-based, managed network security service that offers next generation firewall(NGFW) capabilities that protects Virtual Network resources of Azure. It offer key factors that are required for highly sensitive and regulated environments. With the new Azure Firewall Premium, the Key features in this release include: TLS Inspection: Azure Firewall Premium terminates outbound and east-west TLS connections. […]
Microsoft Announces the Azure Firewall Premium general availability
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 […]
How To Create Calculator Using Power Apps
In this blog, we will discuss how to build a simple calculator using power apps. Please follow the below steps, Step 1 Open Power Apps window. Step 2 Add the below controls. I have added to one label for displaying the header title, two textboxes for number input, four buttons for adding operators, and one label to show results. Change the […]
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 […]
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 […]