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.

I need to download into different files based on the Nombre_Limpio column dynamically

Rociotrica
5 - Atom

I need to download into different files based on the Nombre_Limpio column dynamically. 

 

Necesito descargar en distintos archivos en funcion de la columna Nombre_Limpio en funcion de la columna de una forma dinamica

3 REPLIES 3
NaiLo
8 - Asteroid

In the configuration for your Output Data tool, select the option to Take File/Table Name From Field and choose Nombre_Limpio from the field containing file name/part of file name. If you want it to output a different file for each value in that field, choose the option to Change File/Table Name

 

dynamic output.PNG

Qiu
21 - Polaris
21 - Polaris

@Rociotrica 
We can use the field "Nombre_Limpio" to create a fullpath for the output files, which is assumed to be Excel files.
@NaiLo 
Based on my test, "Change File/table Name" option will only output Multiple Sheets within one Excel file.

0228-Rociotrica.png

NaiLo
8 - Asteroid

Ah apologies, I misunderstood the original question. Yes you are absolutely on the right track using the Formula tool to create custom FilePaths. You can also do something similar if you needed to create different sheets within those files

Labels
Top Solution Authors