I am trying to navigate users to a screen based on their lookup of User().FullName in two SharePoint lists. Students or staff who click the 'PBiS' icon will be directed to one of two screens, depending on their access in the SharePoint lists.
1. DHS Student Users will be directed to the 'PBiS Student Portal.'
2. DHS Staff Users will be directed to the 'PBiS Staff Portal.
How it's work with that?
If(LookUp('DHS Students Users', 'Full Name' = User().FullName, Navigate('PBiS Student Portal') || 'DHS Staff Users', 'Full Name' = User().FullName, Navigate('PBiS Staff Portal')