Hi all,
In my Canvas App, I am hoping from Screen1 to Screen2.
On Screen2, I have a button. I need to Navigate to same screen : Screen2 on click of this button, by passing different parameters.
This navigation is working perfectly and I am able to move to screen 2 from screen 2 with new parameters.
However, the Back() is not navigating to the screen2 with previous parameters, instead it is going to screen1.