Navigating between pages in Slate is very simple now with the new update. However, how can you navigate from Slate to a specific Workshop application via a Slate button?
Yes, you can link elsewhere from a Slate application a couple different ways:
Via Events/Actions
- Using the
slate.redirectToUrl
Action, attach a button click event (or some other event) to redirect to another page or open a new window (Docs here)
Via HTML widget
- Create an HTML widget with an
<a/>
tag that links to the desired url
Great, I found out it was a permissions issue. Apparently, Palantir stacks do not give access to the slate.redirectToUrl right away??? Very frustrating, they should just grey things out that you do not have perms for?