Navigate To
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.
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