How to setup page to page redirection with parameters

I have an old app page that I need to redirect to a new page on the same app every time the user lands on the old page from an external link

I currently have a workflow action that navigates to the new page when the old page is loaded, but it is too slow because it waits for the entire old page to load before navigating the new one.

Is there a way to redirect from one app page to another on the app (or server) level, without having to load the old page, and pass parameters from the old page URL to the new one?

@akhella

One easy way would be to make the elements of your old page not visible … or even better … if the page is “useless” … then eliminate all elements from it.

Navigation will be faster this way.

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