Category: SharePoint Online

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...

Retrieve parent folder name of item 7

Retrieve parent folder name of item

Retrieving the parent folder name of an item in a SharePoint list within Power Automate can be challenging. Especially when the folder path contains multiple folders. This article will show how you can use...

Formatting a Person or group type column 8

Formatting a Person or group type column

This blog demonstrates how you could apply different formatting to a person or group type of column in a SharePoint Online list. With column formatting a last name, first name format is applied.

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.

Retrieve docProps from a .docx file 0

Retrieve docProps from a .docx file

In SharePoint Online you can assign metadata to documents. However, Office Open XML files can also have document properties. In this article I am showing you how you can retrieve those via Power Automate.

How to create a recurrent event 1

How to create a recurrent event

This time a short blog about creating recurrent events. In SharePoint events lists you have the option to create events with recurrence settings. In this blog I will show you how you can create...

Alphabet filtering on list or library 3

Alphabet filtering on list or library

Again a blog about list formatting in SharePoint Online. This time I am trying to create an alphabet filter for a list with client names. This solution is also using dynamic filtering feature.