Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Alteryx Server - multiple excel files Input

olimpio
8 - Asteroid

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.

 

 

5 REPLIES 5
Thableaus
17 - Castor
17 - Castor

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,

olimpio
8 - Asteroid

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

olimpio
8 - Asteroid

would you be able to share a workflow that would help? that would be really helpfull

JC
5 - Atom

hi, we meet the same issue, do you find a way to resolve it?

Peachyco
11 - Bolide

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.