Hi Experts,
I'm a newbie here who is creating apps first time and learning creation of apps.
I'm putting a list box to select multiple file and all those user will select comes as a input file in my application. I tried with possible method but could not get a perfect way. If you could help me that would be supper supportive of you guys.
thanks in advance
Solved! Go to Solution.
@AS a similar question has been posted previously. Check it out here:
if you could help me to create this app this would be so helpful
Hi @AS
This can be implemented using chained app. If it is implemented in a single App the select box options wont be dynamic.
App -1: Files Data and File List (list of options which will be used in next step)
App -2: Gives you the option and lets you select. Option for list box is loaded from select tool.
App run: App -1
Clicking on continue will trigger the next app.
Resources on chained App :
https://community.alteryx.com/t5/Interactive-Lessons/Chaining-Analytic-Apps/ta-p/243120
https://community.alteryx.com/t5/Videos/Chained-Applications/td-p/186301
Hope this helps : )
Happy to help : ) @AS
Cheers and have a nice day!
As a tip... the IN statement at the Filter tool is likely going to drive you bonkers in trying to get the syntax configured correctly. I finally found the solution via another contributors efforts.....
Be sure to reference the following when configuring the Action tool and the Filter's IN('TEST1, 'TEST2') statement......
Thanks Community!
@atcodedog05 First off... thanks for your explanations. I was able to build a chained app that works well in Alteryx designer. The issue becomes when I publish it to the Gallery. The behavior that I am after is that the end user would be able to reference a location on their hard drive that contains a listing of files in the same directory. Alteryx would pick up those files and combine them. and then do a bunch of other stuff. Again, I successfully built a workflow that does this using 2 chained apps. When I publish it to Gallery it throws errors relating to the hard coded directories that I have in the code. I found another article talking about making relative references but I still think that the files, directories, etc all have to be on the same Server as the Alteryx gallery server. Is that correct or do you know?