Hello SharePointers,In Today’s article, we will learn “How to create an Approval workflow in MS Flow or Power Automate step-by-step”. During my recent days of SharePoint Development, there was a requirement by the client to apply an approval process on one of the lists in their tenant. Creating an approval process workflow in Microsoft Flow…
Author: Sarang Gidde
Validate phone number column in SharePoint
Hello SharePointers,Today in this article, we will learn to validate phone number columns in SharePoint Online. In our day to day SharePoint development life we need to work on various aspects of technology. Also, we face too many technical challenges as a developer. Context The Same challenge I faced during recent working on SharePoint Online…
Solved: Move is not Supported on Destination Library that has smaller version limit than source.
Hello SharePointers,During my recent work, I was working with Power Automate or MS Flow to move files between two libraries. but while working on the same I encountered an Error as “Move is not Supported on Destination Library that has smaller version limit than source, due to data loss on earlier versions of source files”…
SharePoint Online: Delete Folders using PnP PowerShell
Hello SharePointers,In earlier posts, we saw How to Create Communication site and Team site using PowerShell. Today We will see How to Delete Folders using PnP PowerShell in SharePoint Online. Requirement Remove folders and Subfolders from SharePoint online Library using PowerShell. How to Delete Folder in SharePoint Online? To drop a folder in SharePoint Online,…
How to Convert Site Page into News Post in SharePoint Online?
In this article we are going to see “How to convert Site Page into News Post SharePoint Online “ Requirnment: Promote Site Page to News post in SharePoint Online. How to Convert Site Page into News Post in SharePoint Online? In Modern SharePoint sites, there are two type of pages available. one is Site Pages…
Power Automate Interview Questions and Answers
Hello SharePointers, Today, In this very interesting article we will get to know about the MS-Flow interview questions and Answers. This article is very helpful to both experienced and beginners in SharePoint or MS-Flow. Let us start with Questions and Answers. Questions & Answers Q1. What is Action and Trigger in MS-Flow? ANS:- ActionsActions mean…
Programmatically Upload a File in SharePoint Document Library.
Hello ShareaPointers, Today, In this article we will learn about How to upload a File into SharePoint Document Library using C# Code or how to Programmatically Upload a File in SharePoint Document Library. We implemented this solution long back ago because our client requires to automate bulk upload documents. Hope in the latest technology changing…
PowerShell to create Team Site in SharePoint Online
Hello SharePointers, In today’s article, we will learn about How to create a Team Site in SharePoint Online with PowerShell. This is the second part of the article series about creating SharePoint sites. In the last part, we learned about how to create a communication site in SharePoint Online using PowerShell. If you newly joined…
Create a Communication Site using PowerShell
Hello SharePointers,Today in this article we will learn about how to create a SharePoint site using PowerShell, So let’s start. I hope you enjoyed our last post and learned How to move/copy files between libraries using Powershell. Requirement: Create a SharePoint communication site and Team sites using PowerShell. How to create a Communication site in…
Move SharePoint Online Files with PowerShell
In my last article, we learned How to install PnP Powershell on the computer. now we’ll see Move SharePoint Online Files with PowerShell. In today’s article will discuss how to manage SharePoint online document libraries using PowerShell. we’re only moving files, copying files, removing files and telling us from different bits and pieces you know…