Tagged: REST API

Hide column on New Item form 5

Hide column on New Item form

SharePoint Online lists have forms for entering new items and editing items. Sometimes you want to hide a column on this type of form. In this blog I will demonstrate how you can hide...

Request maxUrlLength and URL parameters 0

Request maxUrlLength and URL parameters

Via a Power Automate flow you can interact with the SharePoint REST API via a Send an HTTP request action. Sometimes you can run into the maxUrlLength limit with this approach. This blog shows...

Create Calculated Field with REST API 0

Create Calculated Field with REST API

The REST API is a great option for a lot of operations in SharePoint Online. Today I am going to demonstrate how you can create a calculated field in a list with a Power...

Add domain to allow list of a site 3

Add domain to allow list of a site

This is a note to self kind of article. I found a way of managing the allow list for external sharing of individual SharePoint Online sites via Power Automate. This example shows how you...

Undeclare a record (in place) 0

Undeclare a record (in place)

In SharePoint Online you can declare and undeclare records in place. In this article I am showing you how you can undeclare such a record via the Graph API and Power Automate.