Parameters can be sent to the callee page. Can we have an option to return a value to the caller page when we use Navigate back
?
To do something like that, you can use app variables, so even if you change the page and go back, the values will not get lost
Thanks - will push/pop an app variable list to emulate returns on the navigation stack.
1 Like