We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Dynamic Processing

jlfromm
8 - Asteroid

I have a file that has 8 tabs the first 4 all have the same headings 

 

July Tab

jlfromm_0-1667241111679.png

 

Aug Tab

jlfromm_1-1667241111705.png

 

Sept Tab

jlfromm_2-1667241111721.png

 

Oct Tab

jlfromm_3-1667241111655.png

 

 

 

on my workflow 

 

jlfromm_4-1667241111452.png

 

 

 

When I run my workflow it will only read in tab Aug and I need it to read July Oct and Sept

 

jlfromm_5-1667241111593.png

 

 

Please let me know how to get around this.

 

 
 
2 REPLIES 2
Felipe_Ribeir0
16 - Nebula

Hi @jlfromm 

 

Instead of using the dynamic input tool, you must use the batch input macro. Take a look at the attached workflow, it will be clear how to use it. If necessary, take a look at the topic above to understand when and why use this instead of the dynamic input.

 

The Ultimate Input Data Flowchart - Alteryx Community entrée de données eingabedaten

IraWatt
17 - Castor
17 - Castor

Hey @jlfromm,

The dynamic input tool requires you to have the same schema in all the files, this means the same headers and data types. You can see the difference in there schemas by dragging each of them onto a workflow and checking the metadata or use a field info tool and join tool to spot the difference. The main way round this is to use a batch macro as @Felipe_Ribeir0 said.

Labels
Top Solution Authors