Power Automate We frequently need to split a string value while working on a Power Automate flow. To achieve this, we use the Power Automate split() function.
A string value can be split into a list of substrings using the split() function. To separate slashes, commas, spaces, and other special delimiters, we use the split() function.
To separate the text string, use a delimited or separator. An integer or a string of characters that match can be used as the separator.
In this example, a Power Automate flow that is manually triggered will be created.