Anyone know how to dynamically navigate to pages?

Greetings, all. I noticed the Go to page doesn’t support any dynamic content for page redirection. Does anyone know of a way to dynamically input the page to which a user will be redirected? This is more than just a conditional if-then as the number of pages could be quite large.

Interesting question! Would using Open an external website => Dynamic url as input work for you?

@eLPDev complementing @sarabeth great suggestion … if you want to open a page on a separate tab:

  • Install the toolbox plugin
  • Use the action “run javascript” and add "window.open(‘yourPreferredUrl’,’_blank’) where you make yourPreferredUrl dynamic :smiley:
1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.