Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Multiple Interface Tools

Avi6999
7 - Meteor

Hi Alteryx Community,
I'm working on a dynamic workflow where I use interface tools to pass user inputs into a SQL WHERE clause. I have 4 parameters, 3 are Text Boxes and 1 is a List Box. The dynamic WHERE clause works perfectly when I use a Text Box for the fourth parameter. However, when I switch to a List Box for the fourth parameter, the results are not being pulled even though the formatting seems correct.

2 REPLIES 2
pstrasser
5 - Atom

Hello! I am thinking it may be due to how textboxes and list boxes behave differently. A couple things that i would do to troubleshoot the problem is to use the interface designer to run your input via a Debug workflow: 

pstrasser_0-1753908294363.png

pstrasser_2-1753908373410.png

You can edit how the list box outputs values in the list box configuration pane. Start with this and let me know if you have any follow up questions. 

pstrasser_3-1753908467966.png

 

apathetichell
20 - Arcturus

@pstrasser is correct... 1) for a listbox your action tool should be configured in list mode. and use " "," " as your separators. 

2) when you are configuring to replace something in your action tool --- use replace a specific string --- and include the quotes --- you are replacing a full list --- not just a value. I use this often with IN.

 

as an alternative you can configure your list tool with \n as a delimiter --- split it to  different text input. use text to columns to split to rows with \n -- and then use summarize to build. I would do this to capture errors.

Labels
Top Solution Authors