Alteryx Designer Desktop Discussions

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

Change both Excel workbook name and Excel worksheet name

Travis_Ratliff
8 - Asteroid

I have attached a sample workflow that will change the Workbook name with a dynamic date. What I want to be able to do is also change the worksheet name to something at the same time and cannot figure out how to do both at once.

 

Any help would be greatly appreciated

Thanks

1 REPLY 1
DataNath
17 - Castor

@Travis_Ratliff when you say you want to change the worksheet name to something, what is that something? If you want to split the output Excel file based on a field for example, you can reference it like so:

 

DataNath_0-1664229042065.png

DataNath_1-1664229061794.png

 

However, if you just want it to be something that you type in and hardcode, you can just replace where you were previously using 'sheet1' at the end of the custom filepath you're making:

 

DataNath_0-1664229237788.png

DataNath_1-1664229253246.png

 

Likewise you can use dynamic functions again like you have with the datetime for your filename.

Labels