We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Get DB data into Interface Tools dropdown and use it as dynamic input for next query

kulkarnivinay
5 - Atom

Hello Experts,

 

I am trying to get data from a database table. I have a client table that has Client Name and Client ID. I need to get the Client Name in an dropdown and then pass the ID as dynamic input to another query to get data from a different table based on the ID. Below is a screenshot of my workflow. When I run this workflow as an Analytic app, I get the drop down with the list of all the clients but after I select the Client Name, I am expecting to see the Client Name and ID but instead I get an message - There were no output files. Can someone please let me know what am I missing here.

 

 

kulkarnivinay_0-1650976498651.png

 

1 REPLY 1
Rags1982
10 - Fireball

Hi @kulkarnivinay 
If I'm thinking correctly, what you want is the name AND value in the same column in order for the output to be correct. 

So, for instance, the input into your drop down tool will need to show Client Name:Client ID. 

The Client name will be the 'Name' and the Client ID will be the value that is passed out of the action tool to update your filter. 

Similar to how you would create a manual list within the drop down tool. 

Hope this helps? 

Labels
Top Solution Authors