List tool
- 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
I have 4 datasets in my desktop & I want to select any one of them using list box. I am not able to do that in alteryx. I will be highly obliged if someone give me any solution.
- Labels:
- Interface Tools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @udayan ,
I've attached an example of how you could do this with the List Box tool - however, the caveat of this approach is that all the datasets must have the same schema. If the schemas vary from file to file, then you would want to add in a macro to open the files, rather than using the Dynamic Input tool.
Hope this helps!
Taylor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I copied your workflow but faced one issue in it. The error is if I select File2 as a option, the output of the workflow is File1.xlsx|||sheet1. I will attach the screen of my output & the workflow. I will be highly obliged if you give me a solution. My Alteryx version is 2020.2.3.27789
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @udayan,
You need to ensure the Action tool is configured to update the Text Input (shown in the image below), otherwise the app will not correctly update with the users input and will instead run with the placeholder data.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The issue is solved @taylor_butler. Thanks for the guidance.