Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

WF using multiple and increasing inputs

ToxicBuoy
7 - Meteor

Hi have a WF which has multiple excel based inputs, whose schema is more or less same. For now I am running them on designer on a daily basis, but plan is to upload them to Gallery.

The problem is that often in once a month, request to add 1 or 2 new excel as input comes. 
So how to update the existing WF where it can consume all excels within a folder as input.

 

** Crew macros as not encouraged as they crash our server.

** I have tried dynamic inputs, but even they cant pick up data coorectly.

3 REPLIES 3
Jean-Balteryx
16 - Nebula
16 - Nebula

Hi @ToxicBuoy ,

 

Have you tried using the Directory tool before using Dynamic input tool ? You can retrieve the list of the files then input them to the Dynamic input.

 

Here is the documentation : https://help.alteryx.com/20212/designer/directory-tool

ToxicBuoy
7 - Meteor

yes I have tried that, but due to some difference in schema from the incoming input files, its not working.

JagdeeshN
12 - Quasar
12 - Quasar

Hi @ToxicBuoy ,

 

Please refer to the below a discussion on how to input multiple excel files in a folder with a different schema

 

https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Import-multiple-excel-file-different-s...

 

Please refer to the solution wherein a batch macro is used to implement this.

 

Hope this helps.

 

Best,

Jagdeesh

Labels
Top Solution Authors