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.

Dynamic picklist in Analytic App

mahesh8323
5 - Atom

how to get picklist values dynamically from input source, my current workflow only shows list when last saved.

without opening workflow and save it again, how to get Dynamic list on server

3 REPLIES 3
OTrieger
14 - Magnetar

@mahesh8323 
You can do one step prior to it, generate the list and then connect it to a Select Box and Drop Down user interface tool, then before running your current flow you will have the list available to the user to check. Just use Chained WFs. So when the first one finished the next one is triggered automatically.

mahesh8323
5 - Atom

Could you please elaborate more..

In Chained Apps, I don't want App1 creates output to use as input  for App 2.

is it possible list from output of App1 to App 2

OTrieger
14 - Magnetar

@mahesh8323 
If you just want to create a list dynamically you could do it with Summarized Tool or Cross Tab tool depends how the data is structured. In both you will need to select concatenate open

Labels
Top Solution Authors