I have a property “A” of type Text Field that can receive text in two formats: either 14-digit numbers or 18-digit strings containing numbers, dots, dashes, and slashes.
perationally, I cannot change how this property is populated.
I need to create a new property “B” to copy the original value from property "A"if it consists only of numbers. However, if “A” contains additional characters like . - /, I need to extract and copy only the numeric characters to “B”
Can I achieve this through a Workflow, even if it requires some code? Any help would be greatly appreciated.
Thank you!

