Alteryx Designer Desktop Discussions

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

Analytic App List Box outputting all values, not selected ones

csh8428
11 - Bolide

I'm trying to create an analytic app that allows users to select multiple rows from a pre-defined list. I'm close, but for some reason no matter which ones I select(lets say I select 2) ALL of the values from the list wind up in one cell instead of 1 row per selection for only the 2 I selected.

 

Using the screenshot as an example, the output from the list should only have 2 rows: one for 2021_0066 and one for 2022_0137, but ALL of the values from the list box are appearing in ONE cell for the text input tool that is connected to the output of the list box.

screenshot3.png

2 REPLIES 2
binuacs
21 - Polaris

@csh8428 Change the action tool settings like below

image.png

apathetichell
19 - Altair

This is expected behaviors - you should use a text to columns after your text input tool. As @binuacs point out - you can set up whatever delimiter you want. What you receive from the listbox tool (or tree tool) is an array - and it's good to think about how you split it up.

Labels
Top Solution Authors