Start Free Trial

Alteryx Designer Desktop Discussions

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

Excel tab name in workflow

ppatane
8 - Asteroid

Is there a way to get the sheet name from the inputted Excel file into a field?

3 REPLIES 3
alexnajm
18 - Pollux
18 - Pollux

There’s an option in your input data tool to “output file name as a field” - select Full path and it’ll have the sheet name!

 

you can parse it from there if needed using a formula, there are solutions online for that if you need

abacon
13 - Pulsar

To add on to what @alexnajm posted, the sheet name will always be last after ||| characters, that’ll make it easier to parse and find.

 

Bacon

stevemarkovick
7 - Meteor

I've dealt with this in Alteryx by using the “Dynamic Input” tool. You can bring in sheet names with a batch macro or list them via an input data tool pointing at the Excel file. Just make sure your sheet structure is consistent. It’s a bit finicky at first, but once set up, it's a powerful way to automate multi-sheet processing.

Labels
Top Solution Authors