Re: Navigate not working in gallery
Hi,
Pls use the OnSelect property of gallery from which you want to navigate to new screen 'Screen1'.
Navigate(Screen1,Transition.None, {varRecordID:Gallery1.Selected.ID});
Thanks
Please remember to give a 👍 and accept my solution as it will help others in the future.