I want to pull a value from a template filed, SSN, and be able to break it up into three different groupings of numbers in workflow. So for example, if the SSN is 123-45-6789, I want to create three values of:
1. 123
2. 45
3. 6789
I have not been able to find a way to do this in an activity or token editor.