legalhustler
Well-known Member
- Joined
- Jun 5, 2014
- Messages
- 1,214
- Office Version
- 365
- Platform
- Windows
I have a flow in Power Automate that shows the output of a parsed text string with the first and last name combined but I want to split it up by a space delimiter. The last name starts with a capital letter. How do you split a text by upper case?
For Example:
JohnSmith
Expected Result:
John Smith
For Example:
JohnSmith
Expected Result:
John Smith