Text Functions Connector(Power Automate Cloud flows)
Text manipulation functions. There are actions to search for text and to cut out substrings.
Triggers
Does not exist.
Actions
Action | Importance | Description |
---|---|---|
Find text position | High | Similar to the expression function indexOf(), this action searches for the starting position of the specified text. This function is similar to the FIND function in Excel. |
Substring | High | Similar to the expression function substring(), this action cuts out a portion of text by specifying a starting position and length. This function is similar to the MID function in Excel. |