Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

How to save output file in the same folder where the app is

Adarsh_R3
8 - Asteroid

Hi, thank you for taking the time to look into my query.

 

I've started to build an alteryx app (a very simple one) and it has to create an output file (.xlsx) 

I would also like to share this app with my colleagues and I want this output file to be created in the same folder where they have the app in. 

 

So is there any way to solve this issue. 

 

Thanks in advance. 

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @Adarsh_R3 

 

Configure output tool with name like below with no path. This way it output in the same folder as app.

 

atcodedog05_0-1626976541025.png

 

Hope this helps : )

atcodedog05
22 - Nova
22 - Nova

Hi @Adarsh_R3 

 

Additionally, you can configure a file browse tool asking them to choose a location to save.

 

atcodedog05_0-1626976655454.png

 

Hope this helps : )

 

Adarsh_R3
8 - Asteroid

Thanks, @atcodedog05 

Labels