Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Interface Designer Link Tool Fails

rromeo
7 - Meteor

Have a workflow that has a link added to the interface. Just a text file sitting on the network with user instructions for pre-run steps to verify.
Workflow is deployed to gallery.

Clicking the link does nothing. 
Right click and open in new tab results in blank tab with #blocked message. (I have tried adding site to Chrome list of allowed sites for pop ups to see if that helps, but it did not.)
Right click, copy link address, and paste into new tab opens file successfully.

Checked with my server admin and he does not believe the server is blocking this.

Anyone know why it won't open upon straightforward click?

 

 

rromeo_0-1756387542145.png

 

 

7 REPLIES 7
OTrieger
14 - Magnetar

@rromeo 

Are you trying to run the automation from Designer or Gallery?

rromeo
7 - Meteor

Gallery.  

 

apathetichell
20 - Arcturus

is the file on the server and at the location which you are directing to on the app interface screen? If this is a network location can the server/worker node access it?

OTrieger
14 - Magnetar

@rromeo 

When running Alteryx from Designer your computer will use your ID to access folders, when running automation from Gallery the gallery user ID will be used to access the folder, ensure that this user has access to the folder.

caltang
17 - Castor
17 - Castor

Why not host it on SharePoint or a general link which the server has access to rather than a .txt file? 

 

Otherwise you could technically write out the instructions in the interface tool itself if it's not too long.

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
dreldrel
8 - Asteroid

Is this issue fixed? Maybe you can just put the link in your label

Gaurav_Dhama_
12 - Quasar

Looking at the link, it looks like it is a shared folder rather than an actual link. Shared Drive path will not work as that is not really a link but rather a local path that your computer has access to.

For a link to work it should have Http: or https: at the beginning.

But you can definitely open in browser as well by copying the link and searching it in browser like edge or chrome, just add file: before the link.

for example: file://domain.com/sharedrive/foldername/ReadMe.txt

Labels
Top Solution Authors