I have a path name and want to isolate the last part. I.e.
C:\part1\part2\part3
And I need to isolate
part3
replace([path], "%") doesn't work. Any other ways?
You can use a Utility - String's Split text action, which will return you a collection of text based on separator you give. Once we got the collection, get the last collection field value.
Hi
You could use a Utility - String's IsStrRev action to ""to see if one pieice of text contains another pieice of sub text but matches in reverse"".
Hope this helps.
Hi
You could use a Utility - File Management Split Path action, in output you are getting Folder (C:\part1\part2) and File Name (part3).
It works both for directory path and file path in input.