core.noscript.text
What is the best way to remove dashes and decimals from a string? 12-345-6789-12-34 & 12.345.6789.12.34. results wanted: 1234567891234
Replace([Field1], "-", "")
Replace([Field1], ".", "")
Solved! Go to Solution.
@nihou,
Please see below:
Attached the workflow,
Hope that helps,
Regards,
Thank you @messi007
Happy to help 🙂
Best regards,