Hi,
I want to split out "internal" or any text after this date.
I am using this but not sure if its working correctly -
last(split(outputs('Split_Body_Text')[0],': '))
thanks.
With Slice function, you will go stright to the result you want, so Slice it takes three parameters, the string of which you want to extract the characters, the second param is the start position, third the end position.
I hope this could help
@Damin This is kind of hard to follow, any screenshots would be appreciated.
you can initiate a variable of type string, ok, then you can split by '\', for example like this : split(outputs('Split_Body_Text'),'\') and this will give an output of array, when this done, you append to the string split(outputs('Split_Body_Text'),'\')?[0] and split(outputs('Split_Body_Text'),'\')?[1],split(outputs('Split_Body_Text'),'\')?[2].
I hope this could help
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492