Hello all, I’m working on a dispatch application.
I’m looking to filter my view so that my drivers will be able to see only their deliveries, though I’d also like my admins to be able to see all deliveries available.
For example, I have a column in my employee list that labels a specific user as ‘Admin’, but I can’t seem to make my admins an exception from the USEREMAIL() function.
How might I proceed with this issue?
Thank you for your time and consideration!