- Dynamic Redirection: Redirection to different pages can be made according to the user's role, status or data entered in the form.
- Data Transfer: Data can be moved from one screen to another using Screen Input with the Navigate action.
- Page Launch Actions: Certain actions (e.g. data query) can be started automatically when a new page is loaded.
- Drawer & Modal Controls: Size, position and behavior can be customized on pages that will be opened as drawer or modal.
Technical Risks and Precautions
- Invalid Screen Name: Error occurs if the screen to be forwarded to has been deleted or is undefined. Make sure the screen name is valid.
- Unauthorized Access: The redirected screen may be unauthorized by the user. Access should be managed with authorization controls.
- Data Losses: Necessary input bindings should be done correctly to avoid data loss when switching between screens.
The Navigate action allows users to have an intuitive and guided experience within the application. While facilitating the transition between different screens, it also plays a critical role in data transfer and creating user-specific workflows. Modal is a powerful tool that enhances the user experience in Kuika projects with flexible navigation options such as Drawer, new tab or on the same page.