Not sure about this, but is it possible to have a find/replace regular expression? I basically want to convert letters into numbers from a string in a template field.
Example:
"701.A" converted to "701.01"
"701.B" converted to "701.02"
"701.Z" converted to "701.26"
I would ultimately like to run a workflow which would convert these letters to numbers in a specific template field.
Thanks in advance.
Ali