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?