I have the following formula OnStart:
If(Lower(Office365Users.MyProfile().Mail) in Lower('Staff Details'.Email),Navigate(ShiftAvailibilty,ScreenTransition.Fade),Navigate(RegisterScreen,ScreenTransition.Fade))
It has no errors but isnt doing as i expect it too.
I want it to navigate to the ShiftAvailibilty screen if the users email appears in the list on my SP list column.
Please Help. Thanks