I have a canvas app that when navigating from the Gallery1 to an item ,it goes to the correct Edit form. But, I have a button titled Back that uses the Navigate(Gallery1) function. When clicking on this button and returning to Gallery1, if I click on another item, the data in the fields of the Edit form are the same as the item originally sent to from the gallery. How can I get this to open a different item if I navigate back? I did not want to use the Back function because I have used deep linking to open items directly from the list, if need be. In this scenario, the back function would take them back to the list but we do not want that.
BackButton.Onselect
Refresh(TermReport);Navigate(Gallery1)