i have a detail screen/form with a button("Images") that navigates to another page that displays images from a sharepoint document library.
On the detail form i have created a variable "varID" that equals the ID of the record displayed.
The "Images" button simply navigates to the images screen and i filter a gallery based on the "varID" equaling the ItemID of the images in the document library. this all works ok.
But i cannot work out how to navigate back to the relevant detail form once you have viewed the images - Back() just takes you to the most recent record obviously. I probably need to navigate back to the detail screen using the varID = ID but cannot work out syntax.
thanks