Hello, I am new to the community and needing help with parsing out the information after the last slash in the attachment. The length of the data is different, is there a way to write into the workflow to parse out everything after the third slash?
Solved! Go to Solution.
Try REGEX_Replace([Field1],".*/(.*)$","$1") in a formula tool - where field1 is your original fieldname
Thank you that worked!