Alteryx Designer Desktop Discussions

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

Same filename with different sheet name every month

Stuart_C
7 - Meteor

Hi,

 

I receive an xlsx file every month using the same file name with one sheet/tab in the file.  The sheet/tab name is different every month.  How can I have Alteryx pull in the 1st sheet every month even though the sheet name is different?

 

Thank you!

12 REPLIES 12
Luke_C
17 - Castor

Hi @Stuart_C 

 

I'd suggest the following:

 

  1. Read in the list of sheet names
  2. Use the sheet name to update the full path
  3. Pass that into a dynamic input tool

If you have sample data I can help mock that up

allwynthomas24
11 - Bolide

Hey @Stuart_C,

 

Please check the attached workflow and confirm whether it gives you the expected output.

 

Thanks & Regards,

Allwyn

 

Spoiler
allwynthomas24_2-1646985541875.png
atcodedog05
22 - Nova
22 - Nova

Hi @Stuart_C 

 

Does excel have more than 1 sheet? If not try the attached workflow.

 

If yes please provide some sample files.

 

Hope this helps : )

 

Stuart_C
7 - Meteor

Hi @allwynthomas24 . This worked great!

Stuart_C
7 - Meteor

This worked great when there is only one sheet in the file!  It was interesting how if there was more than one sheet, it would combine the sheets into one sheet.

atcodedog05
22 - Nova
22 - Nova

Hi @SergioCamposs 

 

Thanks for sharing the links they are definitely helpful 🙂👍


Cheers and have a nice day!

Stuart_C
7 - Meteor

Hi @Luke_C .  Thank you for the instructions.

atcodedog05
22 - Nova
22 - Nova

Hi @Stuart_C 

 

Yes, This workflow is to read multiple excel multiple sheets. This is helpful when the schema is different.

 

Happy to help : )

Cheers and have a nice day!

Labels