Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Dynamic Input tool update comes with sql error SQL0420N Invalid character found in a char

cowannbell
9 - Comet

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?

 

 

 

 

Capture5.PNG

 
 

 

11 REPLIES 11
cjaneczko
13 - Pulsar

If you are using the Update Where Clause instead of Replace a string, you don't want to use the summarize tool to concatenate them. You want the format to be in a list when coming into the Dynamic Input tool. The dynamic input will concatenate it on its own based on the list of TINs. And it will group them so they dont exceed your specified character limit as well. Try it without the summarize tool. 

cowannbell
9 - Comet

Thank you.  That was the issue.  Works great now.

Labels
Top Solution Authors