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

Analytic App: Output File with Multiple Tabs to Selected Folder Location

andrewmcateer
6 - Meteoroid

Hi all, 

 

I'm improving upon a workflow which has a three-tab output by developing it into an app, whereby the user can just select the output folder location, and the app will output the file containing three tabs to the selected folder. 

 

Would anyone be able to help with an example of how to develop an app which allows users to:

 

1) Select a folder for all outputs. 

2) When the folder is selected, this file path is then used in the output's file path (with a set filename). 

 

I've attached an extract example of what I have so far, whereby the app would provide the input to update the file path, where the set tab names are appended, and then all of this would then be output to a selected folder. 

 

Any help would be appreciated - thank you!

 

Andrew

 

2 REPLIES 2
messi007
15 - Aurora
15 - Aurora

@andrewmcateer,

 

You can update the formula inside the workflow to get the folder path

 

messi007_0-1652183925671.png

 

And then get the full path and update the output :

 

messi007_1-1652183983885.png

 

Attached the workflow,

Regards,

andrewmcateer
6 - Meteoroid

Brilliant, thanks for that @messi007 

Labels