I have a work flow that takes a user input of Tax IDs and concatenates then into a string field like this: '123456789','789456123'
That then is sent to the sql statement via the dynamic input field. It works fine if I use the Replace a string field but if I try using Update WHERE clause, I get the Invalid Character error.
What can I do to fix this?
