I am attempting to navigate to a screen within a tab list in a modern environment. We are currently working with components. Could you please assist in fixing the navigation formula? Below is what I am using.
'My Profile Tab Lists_6'.Selected.Value = "PBiS Student Portal",
Navigate('Student TabList Menu'.NaviagteScreen, ScreenTransition.Fade)
);
If(
'My Profile Tab Lists_6'.Selected.Value = "Student Registration Portal",
Navigate('Student: DHS Registration Portal', ScreenTransition.Fade)
);
If(
'My Profile Tab Lists_6'.Selected.Value = "Jr. NAD Homepage",
Navigate('All Roles: Jr. NAD Homepage', ScreenTransition.Fade)