I am assuming the field you want to choose the destination from is the Title field?
In the gallery, click the top card (which is the template card), select the Arrow icon and set its OnSelect to something like
Switch(
Title,
"Activate Card", Navigate(Screen1, ScreenTransition.None),
"Debit Card", Navigate(Screen2, ScreenTransition.None),
"Add Payee", Navigate(Screen3, ScreenTransition.None)
)
You might want to put in a default screen with an error message to catch an incorrect data, but hopefully you get the idea
Andy
Read my new blog at -
www.powerappssolution.com