Hi All,
A little but of a newbe working with PowerApps and have a question hope someone can help with.
I created an app from my data which works great, the browse page takes me to each record as expected.
I wanted to have two browse pages, I set up the original with a barcode scanner and bring up a product which works great however I also wanted a browse page where user could search for a product by text.
I duplciated the original browse page however when a click a product in the text search page it seems to bring a different product in the details page. It seems that it is still attached to the original barcode browse page but i cant see in the button code where this is working. the code is simply "Navigate(DetailScreen1, ScreenTransition.Fade)".
Is there a way to have both browse screens working independantly to ensure the correct details page is shown when a record is selected from either the barcode screen or the text search screen.
Thanks for your help.