@ppl It is always taking you to the details screen of the first item because your item property on the detail screen is probably tied to only one screen, probably the first one that you created.
However, what you want to do is change the items property dynamically depending on which item is selected on any screen. Storing the selected item in a variable and using that variable on the details screen's form's item property should work.
1. Use the formula below on the right arrow icon on each browse screen:
Navigate(DetailScreen1, ScreenTransition.None, {(SelectedItem: ThisItem)});
2. Use the formula below on the details screen's form's items property:
SelectedItem
Best,
Zabi
Mark this post as a solution, or kudo it if you found it be helpful. You can choose more than multiple answers as solutions, including your own answer. 🙂