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.

How to dynamically change both excel file name and sheet name

Pandey19
8 - Asteroid

Hi,

 

I've one excel input file like 11-2021_Analysis.xlsx and i want to generate my output file with name like 11-2021_Analysis.xlsx and it will have multiple sheets inside it. All the sheets will be prepended with 11-2021_Analysis .

This file name changes every month. So outputs should also change automatically.

 

Is it possible to do in Alteryx.

1 REPLY 1
JosephSerpis
17 - Castor
17 - Castor

Yes in the Input Data tool configuration you can select the option filename as field so the name of the file can become a field in your data running through your workflow. Then in the Output Data tool you can take filename from field to generate your file. You will need to use a formula tool to generate the file name with the different sheets based on your data. I've attached an example to this post

Labels
Top Solution Authors