Introduction Time is a crucial component in the world of automation. Whether you’re managing schedules, sending timely notifications, or organizing data, having control over how you format dates and times is essential. This is where Power Automate’s FormatDateTime function comes into play. In this blog post, we’ll explore the ins and outs of FormatDateTime and…
Tag: SharePoint Online
Top 10 Underrated Features in SharePoint Online
SharePoint Online is a powerful tool for collaboration and content management, but many users may not be aware of some of its lesser-known features. In this blog post, we’ll explore the top 10 features in SharePoint Online that you may not be aware of, which are also known as Underrated SharePoint Online Features. Underrated SharePoint…
SharePoint Online: Switch Navigation Horizontal or Vertical
SharePoint Online Navigation Changer has finally been launched! The advanced function allows you to change the navigation to vertical (top navigation) or horizontal (left navigation). Previously, only communication sites had horizontal top navigation, and team pages were left with vertical navigation for quick launch. Microsoft has introduced navigation switch options for team sites that allow…
PnP PowerShell to get all Site Collections
Hello Friends,There was a requirement to get all site collections using PnP PowerShell in SharePoint Online. Thus in this post we will see how to get all site collections using PnP PowerShell in SharePoint online. Retrieve all Communication Sites using PnP PowerShell Requirement: Get all Site collections using PnP PowerShell in SharePoint online In this…
Check date field is empty in Nintex Workflow
Hello Folks,Today we are going to see how to Check date field is empty in Nintex workflow. As we all know it is very difficult to verify that date field is null. Problem: There is a requirement, to get all the values from list named Employee Master, and check if Joining date is null or…
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…
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…
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…