How do I hide the managers table in my app view?

I have created two views , first view is a slice where just drivers can see and edit their assigned jobs and the second view is the table just for managers to add and delete jobs. How can I hide the second view (table) from the drivers? .At some point I used USEREMAIL() = "manager1@gmail.com" , "manager2@gmail.com" โ€ฆ on the table but it worked just form manager1. Help please!, thanks in advance.

Solved Solved
0 3 388
  • UX
1 ACCEPTED SOLUTION

3 REPLIES 3

Try with IN(USEREMAIL(),LIST("manager1@gmail.com","manager2@gmail.com"))

Oh god, you are the best!.. It worked!! BIG THANK YOU!!!

Youโ€™re welcome

Top Labels in this Space