SharePoint Online: Disable SharePoint Designer Workflow Creation

Requirement: Disable new SharePoint Designer workflows creation in SharePoint Online to promote Microsoft Power Automate adoption. How to Disable SharePoint Designer Workflows Creation in SharePoint Online? Although SharePoint 2010 workflow and SharePoint 2013 workflows are supported until 2026 in on-premises versions, SharePoint 2016 and SharePoint 2019, it’s a good idea to move…

Read more

Fix “We can’t sign you into your company portal because something on the server isn’t configured correctly.” Error

Problem: When trying to open a SharePoint Online site through SharePoint Designer, I got this error message, “We can’t sign you into your company portal because something on the server isn’t configured correctly.” Solution: Login to the site through Internet Explorer once so that your authentication cookie gets generated!

Read more

Fix “App Step” is Disabled in SharePoint Designer Workflow

Problem: “App Step” is grayed out in SharePoint Designer Workflow! What is App Step in SharePoint?SharePoint Designer workflows get executed from the context of the user who initiated the trigger – started the workflow. E.g., If a workflow gets triggered on new item creation, it gets executed from the context of the…

Read more

How to Call a REST API from SharePoint Designer Workflow?

Requirement: Call REST API in SharePoint designer workflow. Using REST API in SharePoint Designer Workflow SharePoint Designer workflow actions are very limited, and we can utilize REST API calls to extend them. Here is how to call a REST API method from SharePoint Designer workflow action: Call HTTP Web Service. In this…

Read more

SharePoint Online: How to Implement Custom 404 Page Not Found Error Page?

Requirement: Implement a custom page not found error page in SharePoint Online. SharePoint Online: How to Add custom 404 page not found error page SharePoint Online comes with a default “Page not found” basic error page in the “Pages” library in publishing Sites (https://crescent.sharepoint.com/Pages/PageNotFoundError.aspx), which is shown automatically when a user tries…

Read more

SharePoint Online: Set List Item Permissions using SharePoint Designer Workflow and REST API

Business Requirement: In “Project Documents” SharePoint Online document library, Project related documents are getting uploaded by the project team. This library has “Permissions” drop-down column (metadata) with values “Restricted” and “Non-Restricted”. If the Permission is restricted, we need to break the permissions of the document, remove all users and groups from it…

Read more

SharePoint Online: How to Hide a List or Library using PowerShell?

Requirement: Hide a list or library from the SharePoint Online site. Introduction As SharePoint sites scale and more content gets added over time, the navigation can sometimes get unwieldy. Large SharePoint sites may contain dozens of lists, libraries, and other components that can overwhelm users. While SharePoint Lists are designed to enhance…

Read more

How to Disable SharePoint Designer using PowerShell?

SharePoint Designer 2013 is a great free tool from Microsoft to customize SharePoint sites and create workflows. Why should we disable SharePoint designer? Well, In some cases, site owners and designers may damage SharePoint with this Powerful utility, and I’ve seen SharePoint designers become SharePoint destroyers! So, to prevent irreversible damage to…

Read more

How to Create External Lists from SQL Server using BCS in SharePoint 2016?

Business Data Connectivity Services enables SharePoint 2013/2016 and Office 2013/2016 clients to interact with data that doesn’t live in SharePoint. BCS allows you to integrate external data into SharePoint. The external list provides a familiar list-like user experience. Let’s see how to create an External List in SharePoint that grabs the data…

Read more