How-To #7: Create SharePoint Document Set Using Power Automate (Basic)

One question that has come up too many times is how do you create a SharePoint Document Set using Power Automate. Well, there’s a Basic and an Advanced approach, but in this post I will discuss the Basic approach. Ready? Let’s get started!!! If you don’t have a Document Set content type created, let’s walk… Read More How-To #7: Create SharePoint Document Set Using Power Automate (Basic)

Express Yourself: Collection Functions in Microsoft Flow

In this post, I will discuss all the Collection functions that can be used in Microsoft Flow. These functions generally work with Arrays, Strings, and Dictionaries. Function Description contains This function checks if a collection has a specified item. This function requires two parameters: the collection to check and the value of the item to… Read More Express Yourself: Collection Functions in Microsoft Flow

Express Yourself: String Functions Examples

This page contains additional examples of all the String functions available in Microsoft Flow. This page will be updated periodically to include more examples created by the community. concat Example 1 This example concatenates the value from 2 columns located in different SharePoint lists: concat(triggerBody()?[‘Address_x0020_email’],triggerBody()?[‘Email_x0020_main_x0020_by’]?[‘Value’]) Source: Example 1 Example 2 This example concatenates the string… Read More Express Yourself: String Functions Examples

Express Yourself: Building Expressions with Microsoft Flow

I’m happy to announce I will be working on a Microsoft Flow series titled Express Yourself: Building Expressions with Microsoft Flow. The first part of the series, which is this post, is dedicated to introduce the audience to Expressions in Microsoft Flow. Without further ado, here is the first post of the series. Enjoy! Introduction… Read More Express Yourself: Building Expressions with Microsoft Flow