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

Moving File to Gallery

Bonediggler
9 - Comet

Experts -

 

I have an Excel file which is used as both an input and an output in a workflow (basically as a log file - grab files with create date later than the max in the log file then update the same log file with create dates associated with the newly imported files).  The workflow is saved to our corporate gallery.  The problem is the input version is pointing to a location on the shared drive and the output is saved in the gallery so they are effectively 2 different files and everything in the workflow is thus out of sync.

 

Usually excel files automatically get saved on the server when saving the workflow to the gallery.  Any idea what I might be missing here?

 

Thanks!

3 REPLIES 3
TrevorS
Alteryx Alumni (Retired)

Hello @Bonediggler 

 

Your output tool needs to be directed to the same file location as your input location. Currently, you do have two different versions of the file saving, one locally, and one on the Gallery.

The Gallery must have permissions to that network location in order to write the file back to that same input location.
You will want to make sure that the gallery admin has access to the shared drive in order to let this happen.


Thanks,
Trevor

Community Moderator
Bonediggler
9 - Comet

Hi Trevor -

 

Sorry I think I mis-posed that question.  The crux of the issue is that any time I save a workflow to the gallery that has an Excel file as an input, the file gets loaded to the Alteryx server and is no longer a local file (the path goes from something like "A:\folder1\folder2\file_name.xlsx" to "_externals\1\file_name.xlsx").  For some reason this is not happening with this particular workflow.  Is there anyway I can "force" Alteryx to save this file to the server when the workflow gets saved?

JeffF
Alteryx
Alteryx

Hi @Bonediggler 

 

To keep the path from changing to something like "_externals\1\file_name.xlsx" when the workflow is published (and packaged with the workflow), uncheck the asset (file) in the "Manage Workflow Assets" section under "Workflow Options" when publishing the workflow. This will keep the original path to the file.

 

ManageWorkflowAssets.png

 

Thanks.

Labels