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
Navigate
function to direct users to any screen in your app. - Use the
Back
function to return users to the previously viewed screen. - Implement additional navigation using the
OnSuccess
property of aForm
control, theOnTimerEnd
property of aTimer
control, and theOnChange
property of aDropdown
control.
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