Summary
Adding navigation options enhances the user experience by making your app more interactive and efficient. With multiple methods available, you can tailor navigation to meet your app’s specific needs. Remember:
- Use the
Navigatefunction to direct users to any screen in your app. - Use the
Backfunction to return users to the previously viewed screen. - Implement additional navigation using the
OnSuccessproperty of aFormcontrol, theOnTimerEndproperty of aTimercontrol, and theOnChangeproperty of aDropdowncontrol.
By combining controls, properties, functions, and formulas, you can build an app that is functional and user-friendly. However, avoid over-complicating navigation—keep the interface clear and intuitive to support a consistent user experience.
References
Back and Navigate functions
Add a screen to a canvas app and move between screens