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.
SOLVED

Consolidate multipe tabs with different names in an excel file

camilatoyonaga
6 - Meteoroid

Trying to consolidate different sheets with different names using Dynamic input. Error is different scheme. Tried doing a bath macro but getting an error as well. 

6 REPLIES 6
abacon
12 - Quasar

@camilatoyonaga Another option is this macro below, it uses batch macros to read in the sheet names from each file in the folder and pull the data out into 1 data stream.

 

Dynamic XLSX Input Tool 

 

Bacon

camilatoyonaga
6 - Meteoroid

Thankssssss @Qiu  and @abacon, it worked!

abacon
12 - Quasar

@camilatoyonaga Fantastic, please mark both as the solution so others may find the answer more quickly!

 

Bacon

camilatoyonaga
6 - Meteoroid

Hi @Qiu the macro isn't working today, please see attached. Can you please let me know how i can safely use this moving forward on my workflows? 

Qiu
21 - Polaris
21 - Polaris

@camilatoyonaga 
The error indicates that the workflow can not locate the macro anymore, either the workflow or Macro is moved I believe.
So you can either provide the new location of the macro or insert the macro again from the work flow as below.

2025-08-18 131733.png2025-08-18 131734.png

Labels
Top Solution Authors