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