How to map a page with dropdown options, if user selects a particular option, it should get navigated to the corresponding page

I have a dropdown, where if user selects an option he should get navigated to a specific page. Each option should have a corresponding page

You can use URL parameters, for every option in the dropdown u’ll have it linked to the corresponding page in your app.
Here’s a link on URL parameter tutorial https://www.youtube.com/watch?v=s0FZ66HmFKI