Hello,
I'm having some trouble coming up with the correct sequence of activities in Workflow to get this done. I have a multi-value field that users enter data into; could be 1 value, could be 5 values. This value is always 12 digits: 001111223344, for example. What I want to do is add dashes in the same spot every time - after the 2nd digit, the 6th digit, the 8th digit, and 10th digit, so the example above becomes 00-1111-22-33-44.
What sequence of Workflow activities can I use to accomplish this for each value in the multi-value field? I've tried a few different methods and make a little progress before running into an issue that causes this to not work.
Any help is appreciated. Thanks!