Start Free Trial

Alteryx Designer Desktop Discussions

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

Drop down not updating in app 2 basis app 1 inputs

Harshit_Thukral
5 - Atom

Hi,

 

I'm designing a flow wherein the input file can be dynamic and have different fields. The app 1 allows users to select file from app 1 and save an output of the same. This output is to be used by app 2 and show the fields in the drop down. 

 

App 1 is working fine. The drop-down in app 2 updates properly if I save and run the app 2 after running app 1. But if run then as chained, then app 2 does not update the drop down list. Sharing the both apps for help

 

Does anyone know how to solve this? Have looked through a lot of solutions but none work out for my case. Thanks! 

1 REPLY 1
Bobbyt23
13 - Pulsar

Hi @Harshit_Thukral when I have done this previously with data feeding through chained apps this is what the input looked like for the data being fed in:

 

Chained App Help.jpg

 

This was using a List Box input but think the logic would work for a dropdown also. So make your initial output a Name and Value column, both with the field you want them to see. Save that file, then feed it back in to the input of the second one as a file.

 

 

Labels
Top Solution Authors