Redirecting views
2 min
in the purple experience, a redirect view can be used to either statically or dynamically redirect the user to a different page note that redirect in views must not be used for content redirects; they are handled by the purple hub learn more about purple redirects docid va betbhdo4vogykq079 field description path under which url the page should be redirected redirectto the designated target view path to which it redirects can be either a string, i e the path to redirect to, or a navigationaction, which allows additional configuration, such adding query params condition a condition which needs to be fulfilled if the redirect is to be performed redirect will always be performed if not specified statuscode in the context of server side rendering (ssr), when this code is used to send an http redirect, it does not impact client side routing here is an example of redirect view an example of redirect view redirects in split views while upon migration of the classic views json to split view approach ( see view configuration docid\ kxmx0xdffeldjq7z4lqlx ), redirects are migrated for backwards compatibility, we recommend utilizing the dynamic url resolving docid\ eyelpz6whk apgmrtbzqk for creating any needed redirects for views we are going to remove redirects in the views json entirely at some point