Skip to content

Navigate To

The Navigate to action

The Navigate to action lets you redirect the user to a new web page.

You need to specify a URL path that you want to redirect the user to.

This can be either a relative path like /app/home or an absolute path like https://example.com/app/home.

Finally, you can specify a condition if you want the action to execute conditionally.

Conditional redirect

So, when should you use Navigate to?

Here are some common scenarios:

  • Redirect the user to your app's home screen, after logging in
  • Sending unauthenticated users to the login page
  • Sending the user to a search page, after they submit their query