Hi,
I have a combination of different values in PowerApps that are separated with "-" character. I have came a cross a situation where there can be "-" character in the middle of value. Good thing is that there is always "\" character before it if its in the middle of the value.
Example value = 012-MT\-1234-022
Desired result of split = 012, MT-1234, 022
Note that I want to remove that "\" character from the end result too.
I cant seem to find a way to do this.
Thank You.