Alteryx Server - multiple excel files Input
- 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 is there a workaround for a scenario where there are multiple excel file as inputs. using "*.xlsx" we are able to make the workflow function, however there seems to be a restriction on the server.
Note: the inputs are dynamic there could be 2 excel files or up to 12 on any given day.
is there any workaround for this, any suggestions would be of great help.
- Labels:
- Batch Macro
- Best Practices
- Developer Tools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @olimpio
Is the limitation you're mentioning around the Folder Browse tool?
There's a workaround by having a Text Box instead of the Folder Browse tool and the User would simply copy and paste the file path to where the excel files are. The rest is done with the wildcard in the input tool like you mentioned.
* You need to configure the text box to dynamically replace the file path of the files with the Action tool.
Cheers,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes we have tried the text input option, it works on the analytical app however, once we move it to server , the text input replacement does not seem to work and the workflow is searching for the local drive and giving an error
unless there is something i am doing wrong, where you able to successfully move the workflow to the server and it was reading multi files through the server. also, can the text input connect to a directory tool i have tried both the input and directory both give an error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
would you be able to share a workflow that would help? that would be really helpfull
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
hi, we meet the same issue, do you find a way to resolve it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The Text Box Tool solution might work if the user gives the fully-qualified/absolute UNC path.
For example:
- The address on the user's machine might show like "G:\Folder Location A\Folder Location B". This won't work on the Gallery 'coz the Gallery is working from its own machine and the drive might not be mapped in the same way there.
- To get it to work, the user must change the address to be like "\\192.168.00.00\Folder Location A\Folder Location B". This form leaves no ambiguity and Alteryx will find that address from any machine.
The issue would be whether or not your users are computer-savvy enough to provide the proper address. Some workarounds I can think of:
- Before passing to the Input Tool / Dynamic Input Tool, use a Formula Tool or something similar to modify the address into the required form.
- If the folder locations are already known anyway, use the Drop Down Tool instead of the Text Box Tool.
