App drop down not populating
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi folks,
Am trying to get the name column on the drop down from TXT file . But app not working file is reading but not populating the drop down. Could you please help where am gey wrong. Action configured as update value.
Solved! Go to Solution.
- Labels:
- Apps
- Dynamic Processing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
connect your input data to your drop-down - not your file browse. Run as workflow. then run as app. see how that looks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @sreejithmp
It could be because of the nature of the txt file. It's not considered a Data File itself.
If you save the .txt file as .csv, it should work.
If you cannot change the .txt format to .csv, I recommend using a Chained Analytic App, so you can read the file in the first app, and then have the second app to pick the fields to sort.
Cheers,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@sreejithmp
I think this is because Alteryx can not work as run time fundamentally.
When we hit run, the data is collected and can not be updated in run time any more.
If I am correct, we have to use a Chained App, which is rather simple actually.
https://community.alteryx.com/t5/Alteryx-Server-Knowledge-Base/Chaining-Workflows-Together/ta-p/3857...
I have prepared a simple sample for your reference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Got it thank you of the effort. One doubt in this case if there is one change in column in first input will that get reflect in second app dropdown.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@sreejithmp
Based on my test. the answer is Yes.
That is the exact reason we are using Chaining Apps. 😁
