Alteryx Designer Desktop Discussions

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

Analytic App: Output Message insert constant

NZP
7 - Meteor

Is there a way to insert [Engine.WorkflowDirectory] into the Output message box to indicate where the file was saved?

2 REPLIES 2
Qiu
20 - Arcturus
20 - Arcturus

@NZP 
I can think of now is like this, but hope other would have better idea.

CaptureR1.PNG

SeanAdams
17 - Castor
17 - Castor

Yip - just use a function tool to create a new column (e.g. "CurrentFolder") that is equal to the value [Engine.WorflowDirectory].

Then any browse tool in your analytical app can include this.

 
Labels