Hi there,
I have a gallery containing many names of people within a team. I want to be able to set conditional navigation so that if I select say:
John Smith
in the table, the OnSelect function would be:
Navigate(John Smith)
Leading to a seperate screen for that person which I've already made. I've tried to use Navigate(Gallery.Selected.Name) but the formula results in an error. Would anyone be able to suggest how I could do this?
N.B. There are too many people in this list to make creating a multiple condition IF statement feasible, and I want to be able to add more people in future.
Many thanks!