Thanks for your sugegstion. That's a good idea. Howwever onstart -- I already have a rule as per below line.
If(User().Email in EmailList.ManagerEmail,Navigate(ManagerLandingscreen,ScreenTransition.None),User().Email in EmailList.EmployeeEmail, Navigate(EmpLandingScreen, ScreenTransition.None))
How can I add your code there? sorry to ask dumb question as I am pretty new to in PowerApps development.
Also as per the previous reply, I am using a filter based up on Created By'.DisplayName=User().Email to display gallery items. But do know how can I make it work if I click on Pending then it should show only pending items, if I click all it should show only all. somthing like that possible?
3. with respect to third point, how can I patch user email to the "email column" ? is it needs to be done before they save the request or on the start screen get the user email address and update the column?