Hi,
I want to create a workflow where I want to give user options to select among the input files having same format in the workflow itself. How can I do that? Any lead would be really appreciated. Thanks.
@shagun_kaur,
the final output wil be the output of the last workflow.
The first app that I created will only check if the file inputted by the user is matching the correct file
If yes he can pass to the second app (Your main workflow and introduce the file and get the result)
The result will be the out put of the second workflow.
Attached both files i used
Example.xlsx is the correct file that I use to check that I have the same number of columns
Test.xlsx is the file introduced by the user (They are the same but you can a different Test file in order to see the result)
Regards,
This video explains majority of drop-down tools:-https://youtu.be/oRhsMDScuUo
Hi @shagun_kaur
You can use file browse tool by converting your workflow to an analytic app.
Refer this resource.
https://community.alteryx.com/t5/Interactive-Lessons/Specifying-Inputs-and-Outputs/ta-p/243111
Hope this helps 🙂
Hi @shagun_kaur , this is what you can try by creating an app.
If this works kindly mark this post as solution.
Thanks.
No this did not work. I basically want a drop down from where I can select the file I want out of all the available files in the folder. This simply runs and I get no pop up to select the file I want to use as input. If you can help me with the same it would be a great help