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.
Solved! Go to Solution.
@csh8428 Change the action tool settings like below
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.