Category: Power Automate
-
Remove Characters From A String
If you want to remove symbols from a string, for example these characters: Use the Replace() function. This example is with a string variable varString1: Replace() can be nested so you can continually replace individual characters to something else. In this example, we start with replace(variables(‘varString1′),’~’,”) and then wrap another replace() for each symbol. We…
//
-
StartsWith() Index Pattern – Power Automate Flows to Parse SharePoint Column into Index Columns
These flows create or maintain the individual columns in a ‘StartsWith() Index’ pattern. Section 1 – Build the initial index in a separate list based on an existing list of records: The StartsWith() Index Pattern article describes this method in detail. This post is how to create the infrastructure and maintain this method using Power…
//
Search
Categories
- Power Apps (4)
- Power Automate (2)
- Power Platform Architecture (2)
- SharePoint (4)
- Uncategorized (1)