Set the output path in Alteryx Server
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi All,
I'm done with my workflow. It is working well on my local.
Now in my workflow, I have Formula Tool to output each User Group to Template.
Every User Group has a template.
For Example, If I have data for PHBU it will save to PHBU Template and so on.
This is a sample of my User Group Folder.
Now the problem is when I try to save this workflow to our Alteryx Server. Yes, It successfully saves but when I try to run. It only downloads 1 template and the rest user group I don't know where to find.
I want is set the path to our Alteryx Server, Like what I did in my workflow locally.
How can I do that? Thank you!
Sorry, I posted it to the Designer Discussion.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If I'm reading your pictures correct, it probably went to the C: drive of the server it ran on. Always use unc reference like \\server\directory... when running from gallery. Also make sure the gallery credentials have permission to access that file location.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @RichardAlt ,
@hroderick-thr is correct. You can also attach the ouput as an asset if you want to download it from the Gallery. It will create temp files that way, so you really want to think about whether this is an adhoc run where you want the user to have quick access and then slate for possible deletion (Save as an asset with the workflow) or are these files you want to keep or push to a location where others can access without having to use the server (route via UNC pathing linked to a shared location between you and the server).
