Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Linking to Alteryx tool, %21 inserted into the url.

wonka1234
10 - Fireball

Hi,

 

I am linking from a sharepoint page to an alteryx website: https://alteryx2021.tdbfg.com/gallery/#%21app...etcetc

 

it adds the %21...  why is this being added to the url? is there a way this doesnt get added to the url?

 

3 REPLIES 3
TheOC
15 - Aurora
15 - Aurora

hey @wonka1234 
How are you creating the URL? Is this within an Alteryx Workflow or on the Alteryx Gallery?


Bulien
wonka1234
10 - Fireball

@TheOC 

So im copying it from a collection , as others should have access to this link. I just use the chrome url to copy and paste.

TheOC
15 - Aurora
15 - Aurora

hey @wonka1234 

I cant recreate your issue, however the %21 represents a '!' in the URL (https://www.eso.org/~ndelmott/url_encode.html).
So if you need to replace the %21, you should be able to do so with an exclamation mark. I don't believe there is a way to automatically do this within the gallery or when you copy the link, unless you make an Alteryx workflow to replace the %21. 

 

I hope this helps!


Bulien