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

Changing the name of an existing excel file through alteryx

vj28
8 - Asteroid

Through Alteryx I want to change the name of an existing excel file, by appending a certain value (that i calculated with alteryx) to the file's name.

 

For example there's a file called   "sample.xlsm"   ; I run the workflow that calculates the value to be appended to the name of the file (say it is 03122025) so that file needs to have it's name changed to   "sample 03122025.xlsm"  .

 

Note : the file has multiple sheets and formulas in it. 

 

Any solutions welcome, thanks in advance!

 

 

 

4 REPLIES 4
alexnajm
18 - Pollux
18 - Pollux

This should be possible - have you looked at the Blob tools? https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Change-File-Name/td-p/1178406

if it doesn’t work, then run command should do the trick as mentioned in the same post

vj28
8 - Asteroid

@alexnajm This seems to have worked, I'll integrate it to my workflow and check if it works. Thanks a ton !

vj28
8 - Asteroid

It works, thanks a lot @alexnajm !

alexnajm
18 - Pollux
18 - Pollux

Fantastic @vj28 !

Labels
Top Solution Authors