General Discussions

Discuss any topics that are not product-specific here.
SOLVED

How to configure Action tool to Render tool

Sanjana_HS
8 - Asteroid

Hi,
I am trying to build an app through alteryx workflow. This is working fine when i run the workflow in my system an excel output gets generated and get saved in the path i mentioned but when i share the app with others i want excel file to get saved in their desktop how to make this saving path flexible.


Render tool configuration:

Sanjana_HS_0-1682083603979.png

Action tool configuration:

Sanjana_HS_1-1682083698224.png

App outlook:


 
 

 

 

 

 

3 REPLIES 3
DataNath
17 - Castor

Hey @Sanjana_HS, you'll want to change the entire 'OutputFile' variable, rather than just the .xlsx part:

 

DataNath_0-1682231958339.png

 

Here you can see my Render is set up to output to the 'Community Help' directory:

 

DataNath_1-1682231997787.png

 

But when I actually run my app and save to 'Documents' instead:

 

DataNath_2-1682232072383.png

 

The location is switched as desired:

 

DataNath_3-1682232119851.png

 

Have attached my app for you to look through the settings and such - hope this helps!

Sanjana_HS
8 - Asteroid

@DataNath Yes it helped:) Thank you!

Labels