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
You must be logged in to post a comment.