I have a formatter step, the intent of which is to remove all non-standard characters (basically only letters, numbers, parentheses, colon and backslash).
I have it set up as a replace, and for find, I have [^a-zA-Z0-9(): /]. Replace is blank - the intent is anything it finds that is not a number, letter etc is replaced with blank, which is what I want.
It doesn’t seem to be working reliably. Is there something wrong, or a better way to achieve this?
The input field is text, but just sometimes has the odd random character in - a comma, an emoji etc, which breaks the steps down the line.
