Hi All,
I have several workflows where i need to add a suffix to a field based on the description. The suffix is either the last 1, 2 or 3 digits of the description field.
So an example:

The field name for each description is the same, but there are several occurrences, so the field PRICEPRI in the example occurs 10 times. The description "Edit price priority 1" etc. has the occurrence at the end, so I want to take the number on the end and add it to the field and make it price PRICEPRI_1
The number may be preceded by _ # . or a simple space. I have worked around the problem, but to do so I have created a formula for each individual field.
There must be a simpler solution to achieve the same end, can anyone help.
PS. My Regex skills are extremely limited hence the reason I have avoided them in this instance.
TIA